I've gone back for the time being to using Access (not project) as a front end to SQL 7 database because of some display limitations in Access Project.
However, a serious problem I encounter with both systems is that I can't hide the contents of a password column in a user table. In Access I was able to set a column type to password so that the actual contents were always masked, even if someone opened the application database "on the sly" (holding the shift key down). However, SQL 7 does not seem to provide any data type that will automatically mask the contents of a column.
Any suggestions how to mask the contents of a column, so even if a user gets to the database window and opened the table he will not be able to read any passwords?
(It would also be nice to mask the column contents directly in SQL 7, but I'm not too concerned about that, since few users will have SQL Query Analyzer or SQL Enterprise Manager on their desktops.
However, a serious problem I encounter with both systems is that I can't hide the contents of a password column in a user table. In Access I was able to set a column type to password so that the actual contents were always masked, even if someone opened the application database "on the sly" (holding the shift key down). However, SQL 7 does not seem to provide any data type that will automatically mask the contents of a column.
Any suggestions how to mask the contents of a column, so even if a user gets to the database window and opened the table he will not be able to read any passwords?
(It would also be nice to mask the column contents directly in SQL 7, but I'm not too concerned about that, since few users will have SQL Query Analyzer or SQL Enterprise Manager on their desktops.