Update an Access query using asp?

  • Thread starter Thread starter Michael Walsh
  • Start date Start date
M

Michael Walsh

I know in Access I can build a form based on a query and
update the underlying tables, but I'm wondering if the
same is possible using an access databse with an ASP
interface. If I have an ASP online form, can I update
fields in the query to update the underlying tables?
 
Michael Walsh said:
I know in Access I can build a form based on a query and
update the underlying tables, but I'm wondering if the
same is possible using an access databse with an ASP
interface. If I have an ASP online form, can I update
fields in the query to update the underlying tables?

Hi Michael,

These links *may* help....

http://www.learnasp.com/freebook/learn/nwedit.aspx
http://www.learnasp.com/freebook/learn/pubedit.aspx

both have an Edit command button that gives you an
edit form for the record.

gary
 
Back
Top