Access and FrontPage

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

Guest

I have a small form in FrontPage linked to an Access Database I have the
fields mapped. My problem is the data is not being written back to the
database when filling in the form using localhost. What could be wrong?

Thanks
Bill Winter
 
Are you getting an error message? Does the folder the database is in have
write permissions? Are you using IIS? What's the SQL Statement you're
using? Check and make sure your field names aren't using any reserved
words, like Date. If they do make sure you use brackets around them, ex:
[Date]
 
By localhost do you mean it is file hosted? If so, is the machine it is
hosted on running IIS?
 
Back
Top