Ambiguous name detected-error on linking subform

Stacey

Registered User.
Local time
Yesterday, 23:35
Joined
Sep 10, 2002
Messages
84
Hello,

I have a form and subform linked by the ID field (AutoNumber) on the Form and Record ID field (Number) on the subform. I have the field size on the Record ID field set to Long Integer.

When the form is opened, a message pops up "The LinkMasterFields property setting has produced this error: 'Ambiguous name detected: Add_client_info_Click' There was a macro set up with the name Add client info. However, that macro is not being used on either of these forms. I don't understand why this message is popping up.

Any ideas? I have checked each form, each form section and each field to make sure that macro didn't somehow get assigned, and I can't find it anywhere in relation to these 2 forms.

Thanks
Stacey
 
Somewhere you have erroneously placed this macro's name in a property or event. Can you post a snapshot of the property window for the form?
 

Users who are viewing this thread

Back
Top Bottom