M
Michael Sainz
Hey all,
I have an order form that i'm building and it links to a SQL database to
place orders. I'm having a hard time though figuring out how i'm going to
request a part and get the product ID. Here it is.
I have a table called Orders, and a table called OrderDetails. As you can
guess, OrderDetails are the line items for an Order. The form is based off
of this for the main connection. I have a secondary lookup table called
Products which you guessed it, contains all the product information.
In my form, my users need to be able to type in product model numbers, and I
need to get back productID so it can be placed in a OrderDetails record. How
would I go about doing this without doing any code? Sure hope it's possible.
Any help is much appreciated.
Michael
I have an order form that i'm building and it links to a SQL database to
place orders. I'm having a hard time though figuring out how i'm going to
request a part and get the product ID. Here it is.
I have a table called Orders, and a table called OrderDetails. As you can
guess, OrderDetails are the line items for an Order. The form is based off
of this for the main connection. I have a secondary lookup table called
Products which you guessed it, contains all the product information.
In my form, my users need to be able to type in product model numbers, and I
need to get back productID so it can be placed in a OrderDetails record. How
would I go about doing this without doing any code? Sure hope it's possible.
Any help is much appreciated.
Michael