R
Rob Brookbanks
Help!!
I run a query to get information on a purchase order from an external
database via a one way ODBC driver.
This gathers all the text relating to items we purchase. I get the textual
description of the item, the part code, the purchase order number and the
number of items on each order etc. I can then store this in my serial number
table.
To get this, I use a QBF to get the unique items associated with each
purchase order and make a temporary table to store the items and quantities
etc. I drop the table when I am done ( I know there are better ways all you
purists, but I am just getting the hang of this!)
I want to take this information and place it on a form where I can enter the
serial numbers of all the received items into my own table. This is then a
snapshot of the received items in an access table.
Each item received has a unique primary key in the access table.
What I can't figure out is how to get the text from the query and create the
form, ie. if the order has three widgets on it, seven thingumybobs and one
whodjamaflip, how do I create a form that knows it has eleven records to
fill in an underlying table, fills in the text with the right number of
thingumybobs, widgets and whodjamaflips and have the form display an
additional text box that I can use a barcode reader on to input the serial
numbers through??? (I can do the barcode stuff!) This data then all goes in
my serial number table.
I can't figure out conceptually how to do this from the documentation!
Sorry to ramble, but I am as confused as this posting!!
I run a query to get information on a purchase order from an external
database via a one way ODBC driver.
This gathers all the text relating to items we purchase. I get the textual
description of the item, the part code, the purchase order number and the
number of items on each order etc. I can then store this in my serial number
table.
To get this, I use a QBF to get the unique items associated with each
purchase order and make a temporary table to store the items and quantities
etc. I drop the table when I am done ( I know there are better ways all you
purists, but I am just getting the hang of this!)
I want to take this information and place it on a form where I can enter the
serial numbers of all the received items into my own table. This is then a
snapshot of the received items in an access table.
Each item received has a unique primary key in the access table.
What I can't figure out is how to get the text from the query and create the
form, ie. if the order has three widgets on it, seven thingumybobs and one
whodjamaflip, how do I create a form that knows it has eleven records to
fill in an underlying table, fills in the text with the right number of
thingumybobs, widgets and whodjamaflips and have the form display an
additional text box that I can use a barcode reader on to input the serial
numbers through??? (I can do the barcode stuff!) This data then all goes in
my serial number table.
I can't figure out conceptually how to do this from the documentation!
Sorry to ramble, but I am as confused as this posting!!