Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: calling a query instead of a table


Message #1 by mcollins@c... on Wed, 3 Oct 2001 18:41:00
help, please.



presently, i have this sql statement in an asp page:



SQL = "SELECT * FROM [ACD Data Report 4] WHERE postdate Between #" & 

begin_date & "# And #" & end_date & "#"





I would LIKE to make this a query inside of access, and call that from the 

page.  how do i pass the values (there are two) to the query within 

access: what is the proper syntax?



thanks

  Return to Index