No, not in FrontPage.
Depending on your requirements, you may have some luck creating a query in
access, and then running the DB Interface wizard against the query.
The query SQL would be something like:
SELECT * FROM mytable WHERE isactive = true;
But if you're trying to do something like each of many people being able to
update just their own records, you'd have to write custom pages in ASP.NET or
ASP.
Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------Â-----------------------
|\----------------------------Â-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------Â-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------Â-----------------------
*-----------------------------Â-----------------------