Open a temp table in datasheet view, how?

  • Thread starter Thread starter Mario
  • Start date Start date
M

Mario

I am creating a temp table dynamically, the column names
and results are built on the fly, I then need to open that
that #table in datasheet mode.
 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Use a stored procedure to SELECT * from that #table. Open the SP from
Access. When the SP ends the #table will be deleted (#tables exist
only as long as the session).

MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQBg5rIechKqOuFEgEQIZygCgwshzvSZV623hWYes2MH2skWvjB8AoK5k
NdUESedFbNmVqf2L9/zRFaPI
=Rwof
-----END PGP SIGNATURE-----
 
Back
Top