Is it possible to create text boxes depending on a value from another text box?
Case: depending on the quantity entered, open up enough text boxes to enable the users to input serial numbers for each item delivered. eg: if quantity delivered is 3 I need 3 individual boxes on the form to allow entry of serial numbers.
I am using a subform to enter the information at the moment and doing a DLookup to make sure I don't exceed no.of lines, but I can not set Enabled to false on the following line, because it still has the focus.
Any ideas how this could be done in a neater way?
Thanks
Farrah
Case: depending on the quantity entered, open up enough text boxes to enable the users to input serial numbers for each item delivered. eg: if quantity delivered is 3 I need 3 individual boxes on the form to allow entry of serial numbers.
I am using a subform to enter the information at the moment and doing a DLookup to make sure I don't exceed no.of lines, but I can not set Enabled to false on the following line, because it still has the focus.
Any ideas how this could be done in a neater way?
Thanks
Farrah