When I try to vote in a poll on my site I get the following error ....
---------------------------------------- Microsoft JET Database Engine error '80040e57'
The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.
/topic.asp, line 431 ----------------------------------------
Here is the ASP Code ......
---------------------------------------- if strWhoVotes = "members" then if trim(mpoll) <> "" then mpoll = mpoll & "|" & Topic_ID else mpoll = Topic_ID end if