Nothing is missing, you are querying a numeric field.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
The " seems out of place and not sure what might be missing
Tried it as is and it gives me a quotation mark error
Tried with and without single quotes as well
:
Try
SELECT * FROM tablename WHERE f_docnumber = " & f_docnumber
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
Not sure which group to post this in so posting in two.
I am using a very basic query in Front Page 2002 against a SQL table
SELECT * FROM tablename WHERE (f_docnumber = ::f_docnumber:
and f_docnumber is a search form field.
When I run I get
Description: The precision is invalid.
Number: -2147467259 (0x80004005)
The field is defined in the table as numberic 9(10,0)
Any ideas?
Thanks