HI,
Is it possible to do a select-statement like this:
select * from @parameter ?
Thanks,
Marijke
Find the best deals on the web at AltaVista Shopping!
http://www.shopping.altavista.com
-
Before posting, please check:
http:/
Hello,
I tried a lot of statements similar to this one from visual basic on an access
database:
"select * from Times where" & strField & " between '" & CDate(FilterA) & "' and '" &
CDate(FilterB) & "'"
=select * from Times where StartTime between '20/02/01' and '24/02/01 23:59:59'
but it doesn