Create a sales tool: search, filter
Hi
I'm new to this forum but I hope its ok that I ask you for a huge faviour.
I have worked a lot with tables and queries in Access, and understand relations. But I have never worked with forms, reports, macros and visual basics.
I need to create like a sales tool. We have 24 sellers that need customer info. They can't handle databases so my idea is to create forms they can use. My plan is to place the db in an internal network destination, "team documents".
I have a total of 17 tables of wich one is the "customer-master" (tbl_Customer), with unique customer id. The other 16 tables contains different products (tbl_Prod01, tbl_Prod02...tbl_Prod16). A customer can have several different products and even many of the same product. The relation between tbl_Customer and the product tables is on the customer id, one-to-many.
It can be up to 40 fields in one table.
Sellers will only be able to read the information, not delete, add or change. (tbl_Customer containing a target group, the sellers will not be able to sell to other companies.)
I have read many threads on this forum and got some good ideas, but unfortunately I have not found anything that completely covers my needs and I have not been able to piece together a solution.
What I want to do:
Select customers
1. Mandatory: The first step for the seller is to filter out their customers, by the SellerID in the tbl_Customer. I want the results in a list box where they can choose a specific customer they want to see the information about.
2. Optional: Refine the filter
a. Select a date (some customers have a "business window" in the tbl_Customer)
b. Search by customer-id (txt) or name (txt).
View information
Since there are many fields in the tables, I think it's best to view the information as data sheets. And since there are many tables, I think it's best to create a Tab control with a tab for each table.
If a customer does not have a product, the tab being there, but the result may be empty.
If possible, I also want the sellers to see only the forms, not the other stuff in the database.
Is this relatively easy to do? Do you think I can do it, even though I never worked with forms, visual basics and macros before?
If I do this, I'm thinking also of trying to create an opportunity for the sellers to register contacts and outcomes. But it is not the most important thing right now.
Now I go on break for a few days, but will take on this after Christmas.
English is not my first language (google translate is my friend
). Hope I was clear anyway and that there is someone here who can help me.
Merry Christmas!
Hi
I'm new to this forum but I hope its ok that I ask you for a huge faviour.
I have worked a lot with tables and queries in Access, and understand relations. But I have never worked with forms, reports, macros and visual basics.
I need to create like a sales tool. We have 24 sellers that need customer info. They can't handle databases so my idea is to create forms they can use. My plan is to place the db in an internal network destination, "team documents".
I have a total of 17 tables of wich one is the "customer-master" (tbl_Customer), with unique customer id. The other 16 tables contains different products (tbl_Prod01, tbl_Prod02...tbl_Prod16). A customer can have several different products and even many of the same product. The relation between tbl_Customer and the product tables is on the customer id, one-to-many.
It can be up to 40 fields in one table.
Sellers will only be able to read the information, not delete, add or change. (tbl_Customer containing a target group, the sellers will not be able to sell to other companies.)
I have read many threads on this forum and got some good ideas, but unfortunately I have not found anything that completely covers my needs and I have not been able to piece together a solution.
What I want to do:
Select customers
1. Mandatory: The first step for the seller is to filter out their customers, by the SellerID in the tbl_Customer. I want the results in a list box where they can choose a specific customer they want to see the information about.
2. Optional: Refine the filter
a. Select a date (some customers have a "business window" in the tbl_Customer)
b. Search by customer-id (txt) or name (txt).
View information
Since there are many fields in the tables, I think it's best to view the information as data sheets. And since there are many tables, I think it's best to create a Tab control with a tab for each table.
If a customer does not have a product, the tab being there, but the result may be empty.
If possible, I also want the sellers to see only the forms, not the other stuff in the database.
Is this relatively easy to do? Do you think I can do it, even though I never worked with forms, visual basics and macros before?
If I do this, I'm thinking also of trying to create an opportunity for the sellers to register contacts and outcomes. But it is not the most important thing right now.
Now I go on break for a few days, but will take on this after Christmas.
English is not my first language (google translate is my friend
Merry Christmas!
Last edited: