Unbound box in a form

ragribben

New member
Local time
Today, 04:34
Joined
Mar 11, 2011
Messages
6
All the fields in my form come from a query with the exception of one field.
That one field I want the user to be able to type anything into it (it will be a comment section). I have made an unbound field but when you type into it all the rows in that field populate with what you are typing instead of just the one row you are typing into.

Thank You for your assitance.

Becky :)
 
its because its unbound, and your update code (I assume) is updating all records rather than just one.

can you post your update code?
 

Users who are viewing this thread

Back
Top Bottom