C
Curtis
I have a text box that I need to auto populate after I select a value from a
dropdown box.
I have three tables-
Table 1 (Order) is set up like this:
OrderID
SupplierID
ItemID
Table 2 (Supplier) is set up like this:
SupplierID
SupplierName
Table 3 (Item) is set up like this:
ItemID
SupplierID
ItemName
For Example:
On the order form I have a dropdown box with the list of items (Table 3) and
then a text box for the supplier name corresponding to the item.
I need to set up my form where the supplier name will fill in automatically
after I select an item from the dropdown box.
dropdown box.
I have three tables-
Table 1 (Order) is set up like this:
OrderID
SupplierID
ItemID
Table 2 (Supplier) is set up like this:
SupplierID
SupplierName
Table 3 (Item) is set up like this:
ItemID
SupplierID
ItemName
For Example:
On the order form I have a dropdown box with the list of items (Table 3) and
then a text box for the supplier name corresponding to the item.
I need to set up my form where the supplier name will fill in automatically
after I select an item from the dropdown box.