Search results

  1. T

    Unique incremental field

    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...
  2. T

    Linking fields from main form to subform.

    Solved. Thanks Bruce
  3. T

    Linking fields from main form to subform.

    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...
  4. T

    Passing value from subform to new form.

    Thank you so much. That just made my day. Bruce
  5. T

    Passing value from subform to new form.

    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...
Back
Top Bottom