Form Goes Blank

G

Guest

On my main form, frmPatientsDemographics, I have a sub form named fsubVisits.
When I add a new pt thru the frmAddNewPt form (this loads the pt to
frmPatientsDemographics) and my main form loads the pt, the frmVisit is
blank. If I load a pt who has an existing visit, the form is visible. Any
help would be greatly appreciated.

Thanks, Rob
 
M

Marshall Barton

RobUCSD said:
On my main form, frmPatientsDemographics, I have a sub form named fsubVisits.
When I add a new pt thru the frmAddNewPt form (this loads the pt to
frmPatientsDemographics) and my main form loads the pt, the frmVisit is
blank. If I load a pt who has an existing visit, the form is visible. Any
help would be greatly appreciated.


Check the form that's used as a subform. You probably have
the AllowAdditions property set to No.
 

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