populating text boxes

chanel

New member
Local time
Today, 00:09
Joined
Jul 20, 2006
Messages
7
I have text boxes in a form displayed in a continous form with rows and columns. For ex. I populated textbox in column1, then edit some textboxes in column1. Once I go the column2 to populated textbox in column2, textbox1 is default to its orginal data, it doesn't hold the data I made changed to.
 
Are you saying column when you mean row?
Are you using unbound controls? Unbound controls have no place to save their data so only a single value can be stored for any given form.
 

Users who are viewing this thread

Back
Top Bottom