C
Cassandra
I'm creating a database to track/log quotes for products. I have created a
master table for the all the information (quote log# {PK}, RepID, Rep Name,
Customer Number, Customer Name, Customer City, Enduser, stock#, part code#
(other fields for specs itemized), quantity, unit of measure, price, etc. I
also have tables for the Reps to include the RepID and Rep Name. Another
table for product information (over 3000 products linked from the mainframe
through Excel) another table for Customer info.
What I'm trying to do is create a form where the user can enter their rep
id, and it populate the name, the use populate the customer number and the
customer name and city be populated and finally, have the user enter a stock#
or part# and the other specs be populated. I've created queries for each
table to filter on that info but how can I get the data to my form? That way
we can report on how many customers and were quoted on a specific stock or
part#.
Any help would be greatly appreciated.
master table for the all the information (quote log# {PK}, RepID, Rep Name,
Customer Number, Customer Name, Customer City, Enduser, stock#, part code#
(other fields for specs itemized), quantity, unit of measure, price, etc. I
also have tables for the Reps to include the RepID and Rep Name. Another
table for product information (over 3000 products linked from the mainframe
through Excel) another table for Customer info.
What I'm trying to do is create a form where the user can enter their rep
id, and it populate the name, the use populate the customer number and the
customer name and city be populated and finally, have the user enter a stock#
or part# and the other specs be populated. I've created queries for each
table to filter on that info but how can I get the data to my form? That way
we can report on how many customers and were quoted on a specific stock or
part#.
Any help would be greatly appreciated.