I am using the order entry template that Access has to learn from and build off of...
In the template, there is a section called "orders by customer" which stores the customer's information such as name, address, phone number, then allows you to put in orders, print invoices, etc...
I have a mailing list, however not every person on that list has or will buy from me... So feel it would be very confusing if I put every person on my mailing list in the "orders by customer" since not everyone will have an order...
So, what I would like to do is this... Create a table/form with just the basic customer information (i.e. name, address, phone, email, etc.)... Then, using the customer# that is formed when I put information into the mailing list table, pull all of the information into the identical fields in the "orders by customer" table/form...
The reason I need to do this, is to get the rest of the forms, queries, reports, etc are based off of the fields in the "orders by customer" table/form... Just having a field with it's control source like [customer#].[column](2) won't work... The information needs to be stored in the field of "orders by customer" itself...
So, is there a way to do this??? Any help is greatly appreciated...
In the template, there is a section called "orders by customer" which stores the customer's information such as name, address, phone number, then allows you to put in orders, print invoices, etc...
I have a mailing list, however not every person on that list has or will buy from me... So feel it would be very confusing if I put every person on my mailing list in the "orders by customer" since not everyone will have an order...
So, what I would like to do is this... Create a table/form with just the basic customer information (i.e. name, address, phone, email, etc.)... Then, using the customer# that is formed when I put information into the mailing list table, pull all of the information into the identical fields in the "orders by customer" table/form...
The reason I need to do this, is to get the rest of the forms, queries, reports, etc are based off of the fields in the "orders by customer" table/form... Just having a field with it's control source like [customer#].[column](2) won't work... The information needs to be stored in the field of "orders by customer" itself...
So, is there a way to do this??? Any help is greatly appreciated...