I have a continuous form which I have placed a unbound text box. For some reason when I place a value in the box it duplicates the value in all the correponding records! Any ideas why!!
The textbox is not tied to a field in a table, therefore it cannot contain a different value for each record within the form. The only way around it is to add a field to your table and bind the textbox to that field.