J
Joel
I have to forms that are linke by the following code
attached to a button:
Dim StDocNamame As string
Dim StLinkCriteria As string
DoCmd.Runcommand acCmd SaveRecord
StDocName "FRMCommunication"
StLinkCriteria = "[ContactID]=" & "" & Me![ContactID] & ""
DoCmd.OpenForm StDocName, , , StLinkCriteria
I am have 2 tables that have been made into forms. One
table if or contact info; Names, address etc and I have
another for Commmunication info like when lasted caleed
etc.
I fill in the first form and the click the communication
button it then opens up my second for but does not copy
of ver the primay key of that contact.
Can some One Please help thanks Joel
attached to a button:
Dim StDocNamame As string
Dim StLinkCriteria As string
DoCmd.Runcommand acCmd SaveRecord
StDocName "FRMCommunication"
StLinkCriteria = "[ContactID]=" & "" & Me![ContactID] & ""
DoCmd.OpenForm StDocName, , , StLinkCriteria
I am have 2 tables that have been made into forms. One
table if or contact info; Names, address etc and I have
another for Commmunication info like when lasted caleed
etc.
I fill in the first form and the click the communication
button it then opens up my second for but does not copy
of ver the primay key of that contact.
Can some One Please help thanks Joel