Lock table default values

InFlight

User
Local time
Tomorrow, 00:00
Joined
Jun 11, 2015
Messages
130
Hi
I have a table that i need to lock the default value from being changed in table edit view
 

Attachments

  • SpecialistID.jpg
    SpecialistID.jpg
    78.4 KB · Views: 118
This is a really bizarre question. The user can have full access to your table design, but the thing you are most worried about is the default value on a field? No that cannot be done.
 
Even if i can lock the table
 
Umm, no you can't *lock* that. Why are you giving your Users the ability to get to table design view? Why aren't you using Forms? Maybe you need to tell us a little more of what you are doing or trying to do because something seems off here.
 
Adding to the previous comments here....
If this field should never change from its default value (which you implied by talk of 'locking the table), then it should be defined as a constant and removed from the table.

EDIT
Just noticed your table doesn't have a primary key field. This should be done so records cannot be duplicated. Also, update queries will not work on table with no PK field.
 
Last edited:
InFlight,

Perhaps if readers understood the issue and why users would have access to design view, then there my be some feasible options for how to achieve this.
 

Users who are viewing this thread

Back
Top Bottom