craigachan
Registered User.
- Local time
- Today, 11:07
- Joined
- Nov 9, 2007
- Messages
- 285
I would appreciate any help on this inputbox.
I want to fill data on a form with info from a multiple choice input box. The inputbox choices come from an inventory table. The choices for the input box will change as inventory for that particular item change. Example:
TblInventory with records: Item1, Item2, Item3 .... This table changes with use of the stocked Items.
So the inputbox is something like:
Please select item from inventory.
Item1
Item2
Item3
...
The response to the selected item is placed on my form.
Is it possible to have a dynamic inputbox like this?
Thanks for any help.
I want to fill data on a form with info from a multiple choice input box. The inputbox choices come from an inventory table. The choices for the input box will change as inventory for that particular item change. Example:
TblInventory with records: Item1, Item2, Item3 .... This table changes with use of the stocked Items.
So the inputbox is something like:
Please select item from inventory.
Item1
Item2
Item3
...
The response to the selected item is placed on my form.
Is it possible to have a dynamic inputbox like this?
Thanks for any help.