Can you provide a little more info on your tables and relationships? Simple, plain English.
Where is the SORT field stored? How does it get valued?
it was supposed to be where if you click on the number in the sort value it would allow you to change it but now it wouldn't let anyone change it until the record is opened in the second picture but I also have the same values on a different form but everything is the same as far as I can tell but on the other form I can change the value from the form in the first screen? I absolutely have no idea how that could have happened
We need to know more about data relationships. What is the RecordSource of the form you want to edit?
If you want to provide db for analysis, follow instructions at bottom of my post.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
DLDB.accdb
On Open
Username: Michael
Password: 062212
Navigate to Fabrication Tab
Click On Ruben
You should see Sort column
That’s where I can’t edit the number now go to Leo
(Same Numbering Values)
But I can edit the value on Leo Tab
To edit Values on Ruben Tab I have to double click to open form for editing it.
https://drive.google.com/file/d/0B2Y...it?usp=sharing
My bad didnt know theres a zip
As db is set up, makes it difficult to review. Not easy to close objects from Design view. I find this quite annoying. I switched to Overlapping Windows option.
Also, the login uses code that is specific to 32-bit computers. I am using 64-bit. Instead of apiGetUserName, I just use Environ("USERNAME") to pull username from the network login.
The Ruben subform AllowEdits property is set to No.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.