T
Trevor
I've created a web page to display selected records from an access db table
based on the value of a field on a hyperlink to the page and this works for
specified values. I haven't been able to get it to select (by default) all
records. The field I'm selecting on is a numeric (autonumber) field and I've
tried coding on the hyperlink >0, <>0, %, *, nothing all of which caused the
linked page and query to return no records. What should I code on the
hyperlink or elsewhere to get all records if no parameter supplied. The
hyperlink and asp code is pasted below.
<frame name="list" src="list.asp?WRRef=17" target="_self">
fp_sQry="SELECT * FROM ""web wr list query"" WHERE (""WR Reference"" LIKE
'::WRRef::') "
fp_sDefault="WRRef="
fp_sNoRecords="<tr><td colspan=12 align=""LEFT"" width=""100%"">No records
returned.</td></tr>"
fp_fTableFormat=True
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
based on the value of a field on a hyperlink to the page and this works for
specified values. I haven't been able to get it to select (by default) all
records. The field I'm selecting on is a numeric (autonumber) field and I've
tried coding on the hyperlink >0, <>0, %, *, nothing all of which caused the
linked page and query to return no records. What should I code on the
hyperlink or elsewhere to get all records if no parameter supplied. The
hyperlink and asp code is pasted below.
<frame name="list" src="list.asp?WRRef=17" target="_self">
fp_sQry="SELECT * FROM ""web wr list query"" WHERE (""WR Reference"" LIKE
'::WRRef::') "
fp_sDefault="WRRef="
fp_sNoRecords="<tr><td colspan=12 align=""LEFT"" width=""100%"">No records
returned.</td></tr>"
fp_fTableFormat=True
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""