Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Reports in Run Time

Status
Not open for further replies.

cservigna

Programmer
May 9, 2003
2
US
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?
 
thread705-481652

Please use the "advanced" search feature to at least attempt to find answers to your questions. I retrieved the above reference in less time than it is requiring to type this message, Using ony a keword which is part of the almost certainly required statement(s) in the body of the procedure.






MichaelRed
m.red@att.net

Searching for employment in all the wrong places
 
Hey, Michael! Thank you very much for your reply :-D. I'm new to this forum and I spent about 1 hr searching for an answer to my question before posting it, but couldn't find anything. Anyway, thank you for the answer, I'm going to try that and let you know if it worked![peace]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top