Blank Forms

  • Thread starter Thread starter Mike
  • Start date Start date
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.
 
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
 
Back
Top