opopanax666
Registered User.
- Local time
- Today, 15:15
- Joined
- Nov 2, 2006
- Messages
- 44
Hi everyone,
Difficult to find an appropriate title for this one
Here it goes:
I have a table containing all our produced goods. Since we are a recycling business, no two products are the same, so they all have a unique code, included in the "Produced" table.
I have a table "Stores", which contains details of our 5 stores.
When the stockroom sends one of our stores several products (codes), I want administration to be able to input all these codes in a form, that then assigns de store_id to these codes in the table "Produced", so we can find out what has been sent to what store...
But I have no clue where to start
I would like administration to be able to select a store, then add all the codes (with a listbox bound to the "Produced"-table?), and when this is done, press a button to write the store_id to a "Store"-field next to the code in the "Produced"-table?
I put question marks because I don't know what is common practice in these cases, or whether this is the logical way to go...
Could someone here point me in the right direction? Would be much appreciated!
Difficult to find an appropriate title for this one
I have a table containing all our produced goods. Since we are a recycling business, no two products are the same, so they all have a unique code, included in the "Produced" table.
I have a table "Stores", which contains details of our 5 stores.
When the stockroom sends one of our stores several products (codes), I want administration to be able to input all these codes in a form, that then assigns de store_id to these codes in the table "Produced", so we can find out what has been sent to what store...
But I have no clue where to start
I put question marks because I don't know what is common practice in these cases, or whether this is the logical way to go...
Could someone here point me in the right direction? Would be much appreciated!