Delete a record from an Access 2k Db

S

Scott

Can anyone tell me how to delete a record from an access 2k database by using FrontPage 2k?
 
M

MD WebsUnlimited.com

Hi Scott,

Use the database interface wizard with the delete SQL statement.
DELETE orders.[Order Number]
FROM orders
WHERE (((orders.[Order Number])="vnfnf22222222"));

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Try RunASP - Run ASP pages without a web server.
http://www.websunlimited.com/order/product/runasp/runasp.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible

Scott said:
Can anyone tell me how to delete a record from an access 2k database by
using FrontPage 2k?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top