Good evening everyone.
I just had a quick question. Before that, here is my current table setup:
tblCustomer_Info (holds relevant customer info)
tblOrders (holds relevant individual order info)
tblCards (holds numbers relating to each card for each member)
What I am trying to accomplish on my order form is this: There is a combobox at the top to select a customer. Well, some of the orders I receive are simply CC slips with no customer name. I want to have access dynamically fill in the customer name when the last four digits of the card number matches the customer. I have the cards linked to the customer in a relationship.
Any thoughts?
I just had a quick question. Before that, here is my current table setup:
tblCustomer_Info (holds relevant customer info)
tblOrders (holds relevant individual order info)
tblCards (holds numbers relating to each card for each member)
What I am trying to accomplish on my order form is this: There is a combobox at the top to select a customer. Well, some of the orders I receive are simply CC slips with no customer name. I want to have access dynamically fill in the customer name when the last four digits of the card number matches the customer. I have the cards linked to the customer in a relationship.
Any thoughts?