Subform as Continous Form

G

Guest

I have a main form that pulls up data based on the user selection in the
subform (as data has one-to-many rel.) it pulls up 5 records related to the
item selected on the main form. I was using the datasheet view and ran into
problems related to the column header widths and positioning. So I tried to
use continous form view, but now the detail section is ignored by the main
form it only shows the header or footer section of the subform.

Secondly it does not show the 5 record as it does in the detial section when
the subform is opened on its own?

Can someone help with this...............Thx!
MSA
 
M

Mark A. Sam

Check the Visible property of the subform, you may have inadvertantly set it
to no. If that isn't it, check the LinkMasterFields and LinkChildFields
properties of the subform control, that they are set properly. Next try
deleting he subform and reinstalling it by dragging it from the Database
window onto the mainform.

God Bless,

Mark A. Sam
 
M

Mark A. Sam

In my previous post, I meant to check the visible property of the Detail
Section of the subform.
 

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