P
pakerly
I want to create a simple form that updates a table, but also grabs
info for the form and for the new table from another table if info is
available:
Here is what I want to do:
I want to create a form that will add a record to a table,
(tblproductusers).
the form will look like this:
ACCT NUM:________
NAME
ADDRESS
CITY
STATE
ZIP
PRODUCT_______
PRICE________
the only things the user will enter on the form is, acct num, product
and price
the other name and address fields will be populated from a table
(tblaccounts) after the user enters an account number and presses tab,
if the account exists in that table
If it does not exist they can enter it.
there would be an ADD button and all those fields would be added to
the new tblproductusers table
any ideas?
info for the form and for the new table from another table if info is
available:
Here is what I want to do:
I want to create a form that will add a record to a table,
(tblproductusers).
the form will look like this:
ACCT NUM:________
NAME
ADDRESS
CITY
STATE
ZIP
PRODUCT_______
PRICE________
the only things the user will enter on the form is, acct num, product
and price
the other name and address fields will be populated from a table
(tblaccounts) after the user enters an account number and presses tab,
if the account exists in that table
If it does not exist they can enter it.
there would be an ADD button and all those fields would be added to
the new tblproductusers table
any ideas?