In VB6 is there a way to provide a series of text boxes (4) in a row for data entry according to a preset number previously entered IE.
a text box requests entry of a number corresponding to the number of lines of data to be entered (Max 20) and the appropriate number of 'lines of boxes' appear on screen ready for the data to be entered, so if 3 was entered then 3 sets of boxes appear and if 6 was entered then 6 sets of boxes appear
i cannot find a way of doing this in my reference books and it may not be possible and I will just have to lay them all out on a form and only use what is needed and ignoring the blanks,
Many thanks for any ideas
a text box requests entry of a number corresponding to the number of lines of data to be entered (Max 20) and the appropriate number of 'lines of boxes' appear on screen ready for the data to be entered, so if 3 was entered then 3 sets of boxes appear and if 6 was entered then 6 sets of boxes appear
i cannot find a way of doing this in my reference books and it may not be possible and I will just have to lay them all out on a form and only use what is needed and ignoring the blanks,
Many thanks for any ideas
Comment