I am having problems with my OpenTable code. (Sorry, I'm new at this)
DoCmd.OpenTable Potential_Produ cts_Presented
The debugger says I need a table name.
This code is in the Dbl Click event of a form field. Thanks.
DoCmd.OpenTable Potential_Produ cts_Presented
The debugger says I need a table name.
This code is in the Dbl Click event of a form field. Thanks.
Comment