access

  • Thread starter yolanda robinson
  • Start date
Y

yolanda robinson

the database I have created has tables with a subform. When I try to open
the plus sign on a particular it says,"this expression is typed incorrectly,
or it is too complex to be evaluated." What could be the problem?
 
A

Allen Browne

If this is happening at the Table level, it indicates that the Subdatasheet
Name property is incorrect, or pointing to something that is incorrect.

Open the table in design view.
Open the Properties box (View menu.)
Set the Subdatasheet Name property to: [None]

The plus sign will no longer appear, and the problem is gone.
Alternatively, you could set the Subdatasheet Name to the name of the
related table whose data you wish to see when you click the +.
 

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