Kevin, here is the query from update.asp
fp_sQry="UPDATE Results SET Broker = '::Broker::' , Bnum = '::Bnum::' , TM =
'::TM::' , Comp = '::Comp::' , Type = '::Type::' , Price = ::Price:: ,
Address = '::Address::' , Location = '::Location::' , County = '::County::' ,
Rms = ::Rms:: , Bdrms = ::Bdrms:: , Baths = '::Baths::' , SqFt = ::SqFt:: ,
Heating = '::Heating::' , Cooling = '::Cooling::' , Appliances =
'::Appliances::' , Floors = '::Floors::' , Fireplace = '::Fireplace::' ,
Parking = '::Parking::' , Water = '::Water::' , Sewer = '::Sewer::' ,
Exterior = '::Exterior::' , Substructure = '::Substructure::' , YrBlt =
'::YrBlt::' , RoofAge = '::RoofAge::' , LotSize = '::LotSize::' , Notes =
'::Notes::' , TownTxs = '::TownTxs::' , CtyTxs = '::CtyTxs::' , AvgUtilBill =
'::AvgUtilBill::' , Occupied = '::Occupied::' , Instructions =
'::Instructions::' , DateListed = ':

ateListed::' , DateSold =
':

ateSold::' , FinalPrice = ::FinalPrice:: , Concessions =
'::Concessions::' , ListStatus = '::ListStatus::' WHERE (Key = ::Key:

"
Sorry, it is a long one.
--
samG
"Kevin Spencer" wrote:
> Check the spelling of the form field names in your query. The error
> indicates that one of the form fields is blank. If you filled them all out
> and got the error, it is entirely possible you misspelled the field name in
> the query. Can you post the query?
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> Professional Numbskull
>
> Show me your certification without works,
> and I'll show my certification
> *by* my works.
>
> "samG" <(E-Mail Removed)> wrote in message
> news:A2716E22-55CD-4752-B8B2-(E-Mail Removed)...
> > Kevin
> >
> > I checked the db field properties and everything is as it should be. What
> > I
> > did, however, was to create another record with every field filled out.
> > Still the same error results.
> >
> > (Getting frustrated here in South Carolina)
> > --
> > samG
> >
> >
> > "Kevin Spencer" wrote:
> >
> >> Hi Sam,
> >>
> >> "samG" <(E-Mail Removed)> wrote in message
> >> news:32D1B98E-31BB-478C-B6D0-(E-Mail Removed)...
> >> > Did what you said and here is the error
> >> > Database Results Wizard Error
> >> > Description: Syntax error in UPDATE statement.
> >> > Number: -2147217900 (0x80040E14)
> >> > Source: Microsoft JET Database Engine
> >> >
> >> > One or more form fields were empty. You should provide default values
> >> > for
> >> > all form fields that are used in the query.
> >>
> >> This happens when a form field is empty, and the database table requires
> >> a
> >> value in the column. It can happen when the column is a numeric or date
> >> column, or when the column is of a text data type but doesn't allow empty
> >> strings.
> >>
> >> --
> >> HTH,
> >>
> >> Kevin Spencer
> >> Microsoft MVP
> >> Professional Numbskull
> >>
> >> Show me your certification without works,
> >> and I'll show my certification
> >> *by* my works.
> >>
> >>
> >>
>
>
>