i usually write using access 2013 but i'm trying 2016 now. i'm rewriting a DB already have and found some things that are different with 2016. my main issue is that my form is locked even though I did not told it to. i do not have any .Locked = true anywhere. even writing .Locked = false under Form_Load() won't open it. all I have are .Enabled = true and also some False but for buttons and fields and such. what can it be causing this? thnx.
btw...Records Locked is No as well as every field, buttons, etc.