Combo item to activate a form control w/ macro or programming.

L

Luck

I am trying to activate a form in Access and go to a control from an entry in a combo box using either “OnChange†or “AfterUpdate event. It pops a dialogue with a message: “enter parameter for: Forms![Files1 Query]!File_IDâ€.


I am using a macro as:

Openform: [Files1 Query]

Where condition: Forms!File_ID=[Files1 Query]!File_ID

GoToControl: Atlas Index

How can I get into the control “Files1 Query]![File_ID]â€, and open the form [Files1 Query] , without the use of the dialogue box?

Your help is greatly appreciated!
 
Top