Hey all,
Just wondering how I can have a drop down box and once and option is selected it autofills other fields?
Always best with an example of what I am looking for. . .
I have 3 tables
Customers
Invoice
Payment
I have a payment form and use a drop down to select the Invoice number for the payment(this drop down searches a query to get a list of all invoices numbers) .
What I want to happen is when the user selects the invoice number the next field, Customer Name, is automatically filled. I don’t need to save this data as Customer name is not part of the payment table. I just want to show it to the users.
There is no CustomerID in the Payment table.
Only the Invoice and Customer have the CustomerID field.
I was trying to search for this but cant find the right keywords to search for.
Any ideas?
Just wondering how I can have a drop down box and once and option is selected it autofills other fields?
Always best with an example of what I am looking for. . .
I have 3 tables
Customers
Invoice
Payment
I have a payment form and use a drop down to select the Invoice number for the payment(this drop down searches a query to get a list of all invoices numbers) .
What I want to happen is when the user selects the invoice number the next field, Customer Name, is automatically filled. I don’t need to save this data as Customer name is not part of the payment table. I just want to show it to the users.
There is no CustomerID in the Payment table.
Only the Invoice and Customer have the CustomerID field.
I was trying to search for this but cant find the right keywords to search for.
Any ideas?