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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Code in DataEnvironment from DataReport

Status
Not open for further replies.

groner

Programmer
May 18, 2002
23
RO
What code is necessary in DataEnvironment if I want to select just a few records from one table ,to print in one DataReport , and where I place this code ?
I hope to this code it's some like SQL statment , for examle : SQLSelect = "SELECT name FROM table WHERE name LIKE '*" & varName & "*'"
Please if you can give me a little example to I learn .
Thanks .
 
after you open the table just do:

Whereveryouwanttoshowdata = table!fieldname ----------------
Joe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top