I am using ACC2000 project to access data stored on SQL 2000. When I post data in to a char field (VBA Ex: charField = "A string here"
using a rich text control on my form, the data is copied in triplicate into the field on the server. When I view the field it shows up as a double entry
(Ex:
A string here
A string here
)
If you type data into the field directly it works normal.
Any ideas?
(Ex:
A string here
A string here
)
If you type data into the field directly it works normal.
Any ideas?