Share via

Tab Control Disappears

Anonymous
2010-10-12T12:38:30+00:00

Hi,  I have a form with a tab control form on it.  However when I open the form in Form View the whole thing disappears and I am left with a blank form.  Anyone know why this is happening?

regards

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-10-12T12:52:50+00:00

The typocal reason for that is because the form has no records to display AND the form can not add any new records.

Common reason for the form to not display any existing records:

   It's filtered to no records

   It;s in data entry mode

   The record source query joins to a table with no matching records

    . . .

Common reasons why the form can not add any new records"

   AllowAdditions property is set to No

   The record source query is not updatable

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2010-10-12T13:03:08+00:00

    Hi, Thanks yes that has solved it, there is a problem with my query and its not showing all the data.  I will have to have a look at it further.

    Thanks for your help

    D

    Was this answer helpful?

    0 comments No comments