Opening a form to display a given record

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

In an access database I had a control set to open a form
when a record was clicked on that displayed only the
information form that record. How do I get this to work
in a project?

The access formula is [ID]=[Forms]![MatterNotes]![ID]which
returns an "Incorrect syntax near '!'" error in the ADP.

Thanks in advance for your assistance.
 
Hello Greg

¿Do you use this formula in the Filter property? Ok, when you use ADPs, you
must use the ServerFilter property instead.

Regards
 

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

Back
Top