access_asp thread: calling a query instead of a table
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
|





