Z
Zack
I have a database that is used to create quotes for equipment. In order to
keep track of each quote I have created a table called "T_Quotes" which has
"Quote_No" as the Primary Key. Each quote can have many parts that make it
up. Parts are under four different categories, based on their type.
I created a Union query that combines all 4 of the parts tables, and I use
that Union query in a form that users can search. I would like users to be
able to search for parts and add them to a quote. On the top of the form the
user selects their quote number, and then a text box is used to enter a part
number or part of the part number. After they enter their search criteria,
the users hits a search button that populates all parts that contain those
numbers somewhere in the Part_No.
Once a user has found the part number they are looking for I would like for
them to have the ability to add that part to the quote. I have tried adding
a button to the side of each search result, but I am unsure of the coding
that would be need behind the scenes in order to make it work.
I am sorry if this is confusing, but any help would appreciated.
Thank you in advance
keep track of each quote I have created a table called "T_Quotes" which has
"Quote_No" as the Primary Key. Each quote can have many parts that make it
up. Parts are under four different categories, based on their type.
I created a Union query that combines all 4 of the parts tables, and I use
that Union query in a form that users can search. I would like users to be
able to search for parts and add them to a quote. On the top of the form the
user selects their quote number, and then a text box is used to enter a part
number or part of the part number. After they enter their search criteria,
the users hits a search button that populates all parts that contain those
numbers somewhere in the Part_No.
Once a user has found the part number they are looking for I would like for
them to have the ability to add that part to the quote. I have tried adding
a button to the side of each search result, but I am unsure of the coding
that would be need behind the scenes in order to make it work.
I am sorry if this is confusing, but any help would appreciated.
Thank you in advance