Open linked Form directly..!!

HZM

Registered User.
Local time
Today, 23:09
Joined
Mar 11, 2015
Messages
23
Hey..

I've got a Form called "Invoices List" that contains a field called "Supplier" & on clicking on this field it opens another Form called "Supplier Details" with the related data..

What i want to do is to be able to open the other Form "Supplier Details" with no value without getting a small Parameter value dialog asking me to enter a Supplier name.. [as in attached pic] !!!

Is there any VBA code or Macro for it ?

Here's the ScreenShot of the parameter msg:
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    49.3 KB · Views: 85
usually when you have spaces in field and table names you need to put square brackets round the name
 

Users who are viewing this thread

Back
Top Bottom