Linking Tables
Posted: 2015-11-28 18:50
Hi,
I have a database Client, Asset and Stall table for a parking lot. Client has the personal information and is linked to an asset. The asset then has a drop down menu to pick a stall number to attach to it. My problem is I would like to be able to click on stalls and tell which stalls are empty from the ones without an asset attached. My preference would be to show a field with the clients name in the stall so that I know who is in which stall.
Tables Layout:
Client
-firstname
-lastname
-phone
-email
-address
Asset
-make
-model
-licenseplate
-stallnumber
Stall
-stallnumber
Thanks!
I have a database Client, Asset and Stall table for a parking lot. Client has the personal information and is linked to an asset. The asset then has a drop down menu to pick a stall number to attach to it. My problem is I would like to be able to click on stalls and tell which stalls are empty from the ones without an asset attached. My preference would be to show a field with the clients name in the stall so that I know who is in which stall.
Tables Layout:
Client
-firstname
-lastname
-phone
-address
Asset
-make
-model
-licenseplate
-stallnumber
Stall
-stallnumber
Thanks!