Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

subform, message appears after entering new rec on mainform. 1

Status
Not open for further replies.

punky

Programmer
Mar 21, 2001
29
US
Subform problem. After adding new rec on mainform. I try
to tab to subform. The tabbing makes a message appear. This only happens after I have added a new record.
This message appears. (After I answer
ok to following message, subform is ok).

message reads: Microsoft access can't find the macro.
The macro(or its macro group doesn't exist, or the macro
is new and hasn't been saved.
Note that when you enter the macrogroupname macroname syntax
in an argument, you must specify the name the macro's macro
group was last saved under.

I click on the ok button and everthing is fine. But this message is a nuisance.
 
Hi Punky,
Somewhere in one of your main forms events, or main forms fields events directly or via Visual Basic, you have a call to a macro that either doesn't exist or is misspelled. Start looking! ::) Gord
ghubbell@total.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top