subform not showing data

G

Guest

I created a tab control on a form to hold multiple subforms. I dragged the
form onto the tab control to create the subform. When I look at records
entered, only the main form shows data. I have another form/subform (only
not on a tab) which works fine and I've been unable to find any differences
in the setup. Can someone tell me what I'm missing?
Thanks!
 
R

Rick Brandt

Loni - RWT said:
I created a tab control on a form to hold multiple subforms. I dragged the
form onto the tab control to create the subform. When I look at records
entered, only the main form shows data. I have another form/subform (only
not on a tab) which works fine and I've been unable to find any differences
in the setup. Can someone tell me what I'm missing?
Thanks!

Well it has nothing to do with the TabControl. That has no affect on how a
subform behaves. It is just a way to control form real estate.

I would check the MasterLink and ChildLink properties of the subform control.

Does the form inside the subform control display records if you open it by
itself?
 
G

Guest

No it doesn't.

Rick Brandt said:
Well it has nothing to do with the TabControl. That has no affect on how a
subform behaves. It is just a way to control form real estate.

I would check the MasterLink and ChildLink properties of the subform control.

Does the form inside the subform control display records if you open it by
itself?
 
G

Guest

The data entry property was set to yes. I changed it to no and that solved
the problem.
Thanks again!
 

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

Top