I'm sure this has been answered before, but being new to this I must have missed it. I am trying to create a customer database for a friend of mine who runs a comic book store. The problem is with the subscription field on each customer record.
In tblCustomer, there is a subscription field. This is the field that holds the number of books set aside each month for that customer. There is also a discount field. This is the discount the customer receives based on the number of subscriptions.
In tblDiscount, there is also a subsciption field and a discount field. These hold the predetermined values to be used in tblCustomer.
What I want to do is input a value in Subscription.tblCustomer, have tblDiscount queried on that value and automatically place the discount in Discount.tblCustomer.
I am using Access 2000 to create the database. Could someone please help me with this.
In tblCustomer, there is a subscription field. This is the field that holds the number of books set aside each month for that customer. There is also a discount field. This is the discount the customer receives based on the number of subscriptions.
In tblDiscount, there is also a subsciption field and a discount field. These hold the predetermined values to be used in tblCustomer.
What I want to do is input a value in Subscription.tblCustomer, have tblDiscount queried on that value and automatically place the discount in Discount.tblCustomer.
I am using Access 2000 to create the database. Could someone please help me with this.