I have an order form on which I want to auto fill the customerID, address, and phone by pulling that data from the customer table.
The customerID type is text (value is AlphaNumeric). Type is the text in both the Customer table and Orders table
I have a combo box on the order form for the customerID, it pulls the ID from the Customer table and stores the value in the Orders table.
But on the order from, after choosing a customerID from the combo box, only that field has a value. The customerID, address, and phone are not filling-in. Is this because the customerID has a text type?
The customerID type is text (value is AlphaNumeric). Type is the text in both the Customer table and Orders table
I have a combo box on the order form for the customerID, it pulls the ID from the Customer table and stores the value in the Orders table.
But on the order from, after choosing a customerID from the combo box, only that field has a value. The customerID, address, and phone are not filling-in. Is this because the customerID has a text type?