SQL & VBA

ChampionDuy

Registered User.
Local time
Today, 14:54
Joined
Mar 14, 2002
Messages
94
I have a button that runs a SQl statement. How do I get the output from the SQL statement into a text box OR how could I get the output to a report. Either one will work.
 
If the SQL is a select statement then on the Open Event of a Report change its RecordSource Property to the SQL Statement.
 
Thanks Worked Great!!!
 

Users who are viewing this thread

Back
Top Bottom