Blank Forms

M

Mike

My database hase nested forms in the main form which
display supporting information. Each has a table. When
this runs on a Win98 box all forms diplay correctly. On a
WinXP box the forms that don't have data entered display
blank. If I give the insert permission to the table they
will display.
Can anyone give me any answers why this happens and if
there is away around it beside populating the table with
worthles information to get it to display.
 
T

TC

If there is no data in the table, Access will open the (sub)form to a new
blank record. But if the (sub)form has AllowAdditions=False - or the current
user does not have Insert Data permission on the table in question - the
(sub)form's Detail section will be blank.

HTH,
TC
 

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