G
Guest
I have a form that has 4 fields bound to a table.
Acct#
Name
Company
Email
At the bottom there is a save button.
This works fine, however, I want to add a search combo box at the top so
that the user can click the drop down and select the account number and have
the fields populate accordingly on the form below. What are the steps to do
this? I already have the drop-down box pulling all acct#'s in my acctMaster
table. I can't get the auto populate to work.
I will be adding more input fields down the road but want to get it working
with just these.
Acct#
Name
Company
At the bottom there is a save button.
This works fine, however, I want to add a search combo box at the top so
that the user can click the drop down and select the account number and have
the fields populate accordingly on the form below. What are the steps to do
this? I already have the drop-down box pulling all acct#'s in my acctMaster
table. I can't get the auto populate to work.
I will be adding more input fields down the road but want to get it working
with just these.