fsupport1600
MIS
I have created 3 tables:
Table1: Room Information
- RoomName
- RoomNumber
Table2: Product Information
- Tag ID
- ProductName
- ProductMake
- ProductModel
Table3: Quanity information
- RoomNumber (Relationship)
- Tag ID
- ProductName
- ProductMake
- ProductModel
In table 3, how do I get the ProductName, ProductMake, ProductModel, to autofill based on the Tag ID selected which is part of Table2?
Table1: Room Information
- RoomName
- RoomNumber
Table2: Product Information
- Tag ID
- ProductName
- ProductMake
- ProductModel
Table3: Quanity information
- RoomNumber (Relationship)
- Tag ID
- ProductName
- ProductMake
- ProductModel
In table 3, how do I get the ProductName, ProductMake, ProductModel, to autofill based on the Tag ID selected which is part of Table2?