View specific record in HTML

B

BrianS

I currently have an Access 2002 DB with employees records that contain your standard fields (fname, lname, ss#, etc....). What I would like to do is give users the ability to access their own record, by SS# in a web front-end, and display the entire record contents for that individual in a HTML format. The goal is to have users display their unique record and not be able to browse other records like a data access page setup. I know there are several ways this can be accomplished (ADO, ODBC, object export). If anyone has created something similar to this, I appreciate the feedback. Thanks!
 
Top