Records Not Showing.

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

Guest

I have a little problem. I am working in a database I created to track my
orders. I just added a new form to track my customer orders. I have a main
form along with a sub form to add the details such as part numbers and
quantities. Here is the problem. When I add a new entry in the sub from every
thing is fine. I can go back and see it but when I add two or more it only
shows me one entry. The entries are recorded in the table I created for the
sub from but they will not show on the form itself. I am sure I just forgot
something simple but I sure can’t figure it out. Please help if you can. I am
new to this but my database has come a long way and I am to the point where I
use it to keep actual records now.
 
Is the Form being used as the Subform set to Normal FormView (single Record
at a time) or ContinuousFormView (showing multiple Records)?

Check the "Default View" Property of the Form being used as the Subform ...
 
The default View is set to Datasheet. Changing it to single or continuous
changes the lok fo the form and did not help. Any other ideas?
 
Have you checked the Properties LinkMasterFields / LinkChildFields to ensure
that you correctly relate the Child records (on the Subform) to the Parent
record (on the Main Form)?
 

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

Back
Top