I have an asp page that allows user to query an Access database through a registration date. I want this page to default to the records that have been entered for today's date. I could not figure out how to get the default field to be today's date, so I forced it to a static date.
ANy ideas would be greatly appreciated.
s-sql="SELECT * FROM Convention WHERE (DateReg = #:ateReg::#)"
b-procedure="FALSE" clientside SuggestedExt="asp" s-DefaultFields="DateReg=11/21/2001"
ANy ideas would be greatly appreciated.
s-sql="SELECT * FROM Convention WHERE (DateReg = #:ateReg::#)"
b-procedure="FALSE" clientside SuggestedExt="asp" s-DefaultFields="DateReg=11/21/2001"