I'm sure this is very easy but I'm stuck. Not much of an access user i'll admit but needed it for this project.
Simple asset tracking system. 2 tables. tblClientGeneral, and tblAssetTag
Linked by Client_Id.
Main form frmClientGeneral displays the Client_Id and the Client_Name with a subform frmAssetTag that shows all assets that go with that client. Works fine.
Command button to open frmAddNewAsset. Form is set to allow data entry. Linked to the tblAssetTag table. What is not happening is it's not pulling over the client_id. Therefore the asset is essentially going to no one.
on frmAddNewAsset how to I populate the Client_id there from the selected Client_Id from the frmAssetTag that it's being opened from.
Hope that makes sense.
Thank you
Bruce
Simple asset tracking system. 2 tables. tblClientGeneral, and tblAssetTag
Linked by Client_Id.
Main form frmClientGeneral displays the Client_Id and the Client_Name with a subform frmAssetTag that shows all assets that go with that client. Works fine.
Command button to open frmAddNewAsset. Form is set to allow data entry. Linked to the tblAssetTag table. What is not happening is it's not pulling over the client_id. Therefore the asset is essentially going to no one.
on frmAddNewAsset how to I populate the Client_id there from the selected Client_Id from the frmAssetTag that it's being opened from.
Hope that makes sense.
Thank you
Bruce