What I want every user to see is the same thing: All of the controls and labeled text boxes with all of the database values in them.
If there are no records in the table then the users should see a bunch of blank text boxes.
One of the controls will allow the user to 'Add' records. When some users click on this then the allowAdditions property will be set to 'True'. When other users click on this a message box will appear saying that they currently don't have permission to add records and need to contact the DB admin.
The 'DataEntry' property won't work for me. It only determines whether or not the user can see existing records.
Main Topics
Browse All Topics





by: DatabaseMXPosted on 2008-05-19 at 17:34:54ID: 21602656
"Not all users are able to insert new records into this table "
What do you want these users to see and do?
Note also that there is the Data Entry property - which *only* allows adding records - just an fyi.
mx