I have a form that has 48 text boxes. The user enters data into the unbound
text boxes first then after they review the information I move the
information from the unbound ( me.bound = me. unbound) to the bound text
boxes to add the record to the table. The first 3 to 5 records write to the
table, after that I am not sure what happens, but the records are not writing
to the table.
Thank you for any help.
Shari
John W. Vinson - 24 Jul 2007 17:08 GMT
>I have a form that has 48 text boxes. The user enters data into the unbound
>text boxes first then after they review the information I move the
[quoted text clipped - 6 lines]
>
>Shari
Please post your code. It's a bit difficult to solve a problem when we can't
see it. Have you put a breakpoint in the code to step through it and see
what's happening?
John W. Vinson [MVP]