Add record to table

G

Guest

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
 
J

John W. Vinson

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

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top