M
MikeB
I am trying to Synchronize two forms and having trouble.
I can get the form to Synchronize with this statement in a Macro, of
OpenForm
[compID]=[Screen].[ActiveForm].[compID]
But anytime I try and add new data all I get is Record 0, not the records
that I am synch to.
Something is missing to tell the forms to link the compID
I have a Company Form frmCompany with a compID
I have a Contacts Form frmContacts with a contID, and I added compID to the
table.
I am using Pop-Up forms to save real-estate on my form and that is where my
problems come in.
I don't know if this is a Forms problem or a Relationship problem, or both.
Any ideas or suggestion would be great.
Thanks,
Mike
I can get the form to Synchronize with this statement in a Macro, of
OpenForm
[compID]=[Screen].[ActiveForm].[compID]
But anytime I try and add new data all I get is Record 0, not the records
that I am synch to.
Something is missing to tell the forms to link the compID
I have a Company Form frmCompany with a compID
I have a Contacts Form frmContacts with a contID, and I added compID to the
table.
I am using Pop-Up forms to save real-estate on my form and that is where my
problems come in.
I don't know if this is a Forms problem or a Relationship problem, or both.
Any ideas or suggestion would be great.
Thanks,
Mike