B
babs
I have an append query that is able to append in the customer name - we used
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??)
Thanks,
Barb
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??)
Thanks,
Barb