H
hcwanton
Unfortuantley I have been trying to create a printer cartridge inventory
system for some time now and cant seem to get it to work. basically this is
what I want- I want to enter in the bar code from the cartridge with a
barcode scanner (which works fine)- I then want to enter quantity amount on
hand and such- I also want to be able to enter in what printer(s) the
cartridge goes to -which after reading I found that I should not create a
list box based on a printer table because although I could set it up to
multiselect I could not return more than one value in the table nor would it
be proper to. I also want information to be held on each cartridge as to when
we have ordered (date and quantity) and when we rec'd (date and quantity) ok
so I already have a copy of the northwinds database and basically the orders
forms/database is what I want but i still cant get it!! . I currently have 4
tables one for the cartriges with a (cartridgeID as a PK) i have a printer
table which lists all the printers with a field (cartridgeId) and a table in
which would be the join table to join this information as well as a order
details table that again based on the cartridgeId should all be linkable.I
understand that I would create a form (cartridge) then a form to select the
appropriate printers associated to this cartridge that would update this new
join table -but that is where I am stuck how to I bring this new table in
which the information from both tables are dumped in?????????
system for some time now and cant seem to get it to work. basically this is
what I want- I want to enter in the bar code from the cartridge with a
barcode scanner (which works fine)- I then want to enter quantity amount on
hand and such- I also want to be able to enter in what printer(s) the
cartridge goes to -which after reading I found that I should not create a
list box based on a printer table because although I could set it up to
multiselect I could not return more than one value in the table nor would it
be proper to. I also want information to be held on each cartridge as to when
we have ordered (date and quantity) and when we rec'd (date and quantity) ok
so I already have a copy of the northwinds database and basically the orders
forms/database is what I want but i still cant get it!! . I currently have 4
tables one for the cartriges with a (cartridgeID as a PK) i have a printer
table which lists all the printers with a field (cartridgeId) and a table in
which would be the join table to join this information as well as a order
details table that again based on the cartridgeId should all be linkable.I
understand that I would create a form (cartridge) then a form to select the
appropriate printers associated to this cartridge that would update this new
join table -but that is where I am stuck how to I bring this new table in
which the information from both tables are dumped in?????????