TrekMietta
Registered User.
- Local time
- Today, 23:32
- Joined
- Sep 17, 2009
- Messages
- 26
Hello,
I have a combobox named"sku1" and 3 textboxes named "item1", "qty1" and "cost1".
The combo box allows me to select the correct product code from the list, i then need it to get that products information from a table called "products" and populate the three text boxes with this information.
There will also be a combo box named "sku2" with three text boxes and i'm guessing you can work out the rest of the pattern, however it only goes up to "sku8".
I am guessing that this would need to be in the afterupdate event procedure, all i need is the code to do this, if someone could help me with the code for the sku1 i could hopefully adjust the code myself fot 2,3...8 etc.
The text/combo's are located on a form called Orders.
Please help.
Regards
Trek
I have a combobox named"sku1" and 3 textboxes named "item1", "qty1" and "cost1".
The combo box allows me to select the correct product code from the list, i then need it to get that products information from a table called "products" and populate the three text boxes with this information.
There will also be a combo box named "sku2" with three text boxes and i'm guessing you can work out the rest of the pattern, however it only goes up to "sku8".
I am guessing that this would need to be in the afterupdate event procedure, all i need is the code to do this, if someone could help me with the code for the sku1 i could hopefully adjust the code myself fot 2,3...8 etc.
The text/combo's are located on a form called Orders.
Please help.
Regards
Trek