cactus1000
Programmer
Here's my problem -- All users who fill out my web form are required to give their name, but they can choose to remain anonymous to people searching the database (but not to the db administrator).
So, if a user decides to view all records from the database, I need a recordset where "anonymous" records display all fields except name, and other records display all fields.
Can I do this in a single recordset? I don't know SQL well enough to figure this out.
So, if a user decides to view all records from the database, I need a recordset where "anonymous" records display all fields except name, and other records display all fields.
Can I do this in a single recordset? I don't know SQL well enough to figure this out.