This is the issue I am using frontpage results wiz to get data from my access database I use this custom SQL to access the data as you can see I have set 2 criteria:SELECT * FROM mfgqty3 WHERE (MFG = '::MFG::' AND Aval_Date = ::Aval_Date:: ORDER BY product_var ASC
MFG which is the manufactur set in the data base as text and Aval_Date which is a date and is in date/time format. The problem is when a user fills in the criteria feilds the results page makes the users put # sings around the date there for I guess qualifing it as a date or number field,if they are not there then no results are found. is there a way to eliminate the # signs or at lease hide them from the users aside from setting the format in the data base as text.
Thanks for your time
[This message has been edited by akreci (edited 02-28-2001).]