Hello All -
I have two tables AssetList and AssetInfo. Both tables have AssetID (field) as Primary Key. AssetList has all the names of Assets. AssetInfo has details for each asset (like serial number, model number and so on). AssetIDs are joined to form a relationship.
I have a listbox in which I need two columns of information to be displayed. 1. Asset (stored in AssetList table) and 2. Serial Number (stored in AsserInfo table).
When I try to list both tables in my rowsource and select Asset and Serial Number, all is see is numbers for Asset. I see the serial numbers just fine though.
Please see the image to see what I am seeing.
What do I need to do to fix it?
Thank you.
I have two tables AssetList and AssetInfo. Both tables have AssetID (field) as Primary Key. AssetList has all the names of Assets. AssetInfo has details for each asset (like serial number, model number and so on). AssetIDs are joined to form a relationship.
I have a listbox in which I need two columns of information to be displayed. 1. Asset (stored in AssetList table) and 2. Serial Number (stored in AsserInfo table).
When I try to list both tables in my rowsource and select Asset and Serial Number, all is see is numbers for Asset. I see the serial numbers just fine though.
Please see the image to see what I am seeing.
What do I need to do to fix it?
Thank you.