Hello,
I'm creating a simple database for my dad so he can keep track of online purchases for his company.
Here's the main format of the database:-
One table called "Customers" which contains details of the customers including name, address, telephone etc. The primary key for this table is "email" as this will be unique to each customer.
The second table is called "Purchases" and is basically used everytime a customer makes a purchase. It contains details of the item purchase, the cost and the current status of the order etc. The primary key for this is an auto-number field called "Job ref.". In order to identify the customer in the purchase, I have a field to enter the customer's email address. What I want to happen is this: When the email address is entered, I want the corresponding customer's full name to be displayed in a field automatically - as opposed to having to enter the name manually every time. So basically, I want the email address to cross-reference so I can see details on the customer in the purchase.
Hope this makes sense.
Any help much appreciated, I am quite a n00b when it comes to MS Access.
Thanks in advance
I'm creating a simple database for my dad so he can keep track of online purchases for his company.
Here's the main format of the database:-
One table called "Customers" which contains details of the customers including name, address, telephone etc. The primary key for this table is "email" as this will be unique to each customer.
The second table is called "Purchases" and is basically used everytime a customer makes a purchase. It contains details of the item purchase, the cost and the current status of the order etc. The primary key for this is an auto-number field called "Job ref.". In order to identify the customer in the purchase, I have a field to enter the customer's email address. What I want to happen is this: When the email address is entered, I want the corresponding customer's full name to be displayed in a field automatically - as opposed to having to enter the name manually every time. So basically, I want the email address to cross-reference so I can see details on the customer in the purchase.
Hope this makes sense.
Any help much appreciated, I am quite a n00b when it comes to MS Access.
Thanks in advance