Form Blank when I use OpenForm Action

E

Eric

Why is my form blank when I use the Open Form Action?

DoCmd.OpenForm "frmAnalysisFilm", acNormal, , ,
acFormReadOnly.

I was hoping that the user couldn't input any data, but
could view it.
 
G

Guest

perhaps you need to include some sort of link criteria?
IE the autonumber or ID number of the record your looking
to view.
 
O

OzPete

Hi Eric

I get the same result if the form is based on a query, and the query finds
no matching records in the underlying table... but that's only when I try to
link it to the form it opened from (ie form2's ClientID = form1's ClientID)

HTH

Pete
 

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