Hi, I have a problem.
I currently have a form based on a table where when i put data through a combo box in one [cell], it auto populates an unbound text box [cell2]. I have the autoupdate completed through an after update event and it is working. But the problem is all the records in the form show the same data in Cell2 when static but when i change or move to the next record [Cell] it changes all of the [cell2] data again, repeating that associated data with the Current [Cell] that the cursor is on...and so on. I think the form is accepting each field from the table as its own record but when it comes to the updated unbound text boxes, it repeats. this basically becomes a view problem. is there any way to avoid this. Do I need to put the auto update into a query or can i use a "multiple items form" to avoid this issue?
Thanks
I currently have a form based on a table where when i put data through a combo box in one [cell], it auto populates an unbound text box [cell2]. I have the autoupdate completed through an after update event and it is working. But the problem is all the records in the form show the same data in Cell2 when static but when i change or move to the next record [Cell] it changes all of the [cell2] data again, repeating that associated data with the Current [Cell] that the cursor is on...and so on. I think the form is accepting each field from the table as its own record but when it comes to the updated unbound text boxes, it repeats. this basically becomes a view problem. is there any way to avoid this. Do I need to put the auto update into a query or can i use a "multiple items form" to avoid this issue?
Thanks