update a post in access db

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a member-reg that have worked ok for years but suddenly I can't make
changes in the reg. It ok to list the db or add/remove a member.

This is a short ver of the custom query made in FP 2003

UPDATE medlemsregister
SET fnamn='::fnamn::'
WHERE medlemsid = ::frmMedlemsid::

Error message
Database Results Wizard Error
The operation failed. If this continues, please contact your server
administrator.

I appreciate any answer
Ted
 
The problem was that s-columnnames and s-columntypes under <!--webbot
bot="DatabaseRegionStart" was set to zero.
 
Back
Top