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

Temporary Table Reporting

Status
Not open for further replies.

Danman75

Programmer
Apr 1, 2003
16
US
Is there a way to use a global temporary table as the record source in an access report? When I try, it tells me that the table doesn't exist.
 
You could set up a passthough query as the source which calls a stored procedure that uses the global temp table
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top