Is there a way to bind an unbound text box in a continuous form to a record set? I want to be able to enter different values in the text box in the continuous form and then send the values to an actual table later.
I have worked around the issue by creating a table for temporary storage and then binding the textbox to that.
However I am running into problems when I have multiple users entering data. Hence that temporary record set solution.
Start Free Trial