Generating/Building Text Boxes from a List Box Selection

T

tanhus

Im working with a form that inputs the hours an employee works on certain
projects and general admin categories per week. Right now i have two list
boxes that display the projects and general admin categories, each of which
have an extended multi select. I want to make some sort of button which
generates just a list of projects and general admin categories selected with
a corresponding 'text boxes' beside the area. I dont want to make some
subform pop up in my form do to other reasonings so that is out of the
question. I already know how to retrieve values from text boxes and combo
boxes (i.e hours, projects) that have been entered/selected and then press a
process button which will input the data into the proper tables. Im just
looking to know how to generate or build these 'text boxes'.
 
Top