Hey guys, first of all thanks for your help!

I'm creating a form to add new budgets to database. The problem is that the number of textboxs in the form, in which the user will type the values, will depend on the number of types of cost that are in another table.

So what I was thinking was to count the number of records on the table "Types of Costs" and then create the number of textboxes that I counted.

The problem is that I donīt know how to create textbox with vba on the form that already existis. Does anyone knows and maybe could help me??

Thank you!!