I'm working on an asset tracking db for our use in house. Very simple structure.
tblClientGeneral has a client_id and a client_name. tblAssetTag is linked by client_id 1-M.
I originally was using autonumber random to generate the a unique asset tag but realized quickly that that can give a...
I have one remaining issue with my current project. Was hoping someone might have a suggestion.
I have two tables. tblClientGeneral and tblAssetTags. Linked 1-Many on Client_Id.
Main form, frmClientGeneral it pulls Client_id and Client_name, there is a also a subform frmAssetList which shows...
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...