B
babs
sorry - I posted yesterday and have not received an answer
I have an append query that is able to append in the customer name - we use
to have the user enter this all manually - now if appended I would like the
customer code to be automatically input if it is null - after the customer
name gets appended in-
control name on the form is txtcustomer code
table name is AR-Customers
thinking I need to use an event procedure-not sure what to event to tie it
to(afterupdate of customer name?)
thinking iif(txtcustomercode is null, ??????? not sure how to reference to
grab customer code value for that customer name in the AR-Customers Table??)
Previously on the Form the user manually input the customer code from a
dropdown and the customer Name was automatically put in since a column in the
dropdown bos( i get how to do this)
On the underlying TABLE- the only item that can be appended in is the
customer Name --there is a table AR customers in the database that has the
customer code, and customer name - again not sure how to GRAB this customer
code - based on the customer Name put in(appended in)
Thanks,
Barb
I have an append query that is able to append in the customer name - we use
to have the user enter this all manually - now if appended I would like the
customer code to be automatically input if it is null - after the customer
name gets appended in-
control name on the form is txtcustomer code
table name is AR-Customers
thinking I need to use an event procedure-not sure what to event to tie it
to(afterupdate of customer name?)
thinking iif(txtcustomercode is null, ??????? not sure how to reference to
grab customer code value for that customer name in the AR-Customers Table??)
Previously on the Form the user manually input the customer code from a
dropdown and the customer Name was automatically put in since a column in the
dropdown bos( i get how to do this)
On the underlying TABLE- the only item that can be appended in is the
customer Name --there is a table AR customers in the database that has the
customer code, and customer name - again not sure how to GRAB this customer
code - based on the customer Name put in(appended in)
Thanks,
Barb