I have a main form which pulls a unique ID called "pkSitesID"
I have placed a button on this form to open another form called "frmSitesLog" and link by fkSitesID and display only records that match the pkSitesID.
All that works perfect. The only issue I am having is when I want to insert a new record into the the "frmSitesLog" the SitesID field does not retain the link between the pkSitesID.
How to I get around this?
I have placed a button on this form to open another form called "frmSitesLog" and link by fkSitesID and display only records that match the pkSitesID.
All that works perfect. The only issue I am having is when I want to insert a new record into the the "frmSitesLog" the SitesID field does not retain the link between the pkSitesID.
How to I get around this?