Blank Records Saved

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I made a form with a subform to enter in data into a table. The form inputs
the work order number, the subform inputs the items ordered. When I save the
information, I get two records in my table, one says the work order & items
ordered, the other just has the work oreder number with no items. Can Not
have the blank record of only the work order stored in my table?
 
msontag said:
I made a form with a subform to enter in data into a table. The form
inputs the work order number, the subform inputs the items ordered.
When I save the information, I get two records in my table, one says
the work order & items ordered, the other just has the work oreder
number with no items. Can Not have the blank record of only the work
order stored in my table?

If your using a form/subform you should have two tables. The main form is bound
to the parent "Orders" table and the subform is bound to the child "LineItems"
table.
 

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


Back
Top