I have a form where I have a drop down that list the tables of my database. When I choose the table, another drop-down list the fields on that table. Now I have to create a Report based on that form, that will print the name of the fields of the selected table, and that will print the values of the first record of the table. This is where I am now: I have a button on the form, when clicked the report is created in design view and adds X textboxes depending on the amount of fields on the table. What I need help with is how do I enter the names of the table fields if I don't know for sure the names of the textboxes?
Can anyone help me?
Can anyone help me?