Can anyone tell me how to delete a record from an access 2k database by using FrontPage 2k?
S Scott Jan 24, 2004 #1 Can anyone tell me how to delete a record from an access 2k database by using FrontPage 2k?
M MD WebsUnlimited.com Jan 24, 2004 #2 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 Click to expand... using FrontPage 2k?
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 Click to expand... using FrontPage 2k?