i'm pretty newbie in Access VBA
I'm developing an some access forms for Bussiness car control where users makes requests to use a car.
In the request there will be a combo box where the user have to select how many passangers will be using the car and text boxes to input their name and a phone number.The company can provide Microvans or Vans if the user needs.
My question is how can i add more text boxes according to the number of passengers the user selects? Also i need the text boxes linked to the DB fields for passenger info (I already have all the fields needed in the DB)
I already made some invisible text boxes but as i need many of them the form will become too big fo those user that need only one text box.
Am i doing something too crazy?