Hi,
I have an access form which is edible for users; there is an only-read mode and a edit-mode.
I want to put a textbox in the header of the form which changes depending on the allowedit function (if allow edit is true then "edit-mode" and if allow edit is false then "read-only").
I tried something like IIF([AllowEdits];"Edit";"Read") but i think i am totally wrong? (please don't laugh at me!)
Thanks in advance for your help
I have an access form which is edible for users; there is an only-read mode and a edit-mode.
I want to put a textbox in the header of the form which changes depending on the allowedit function (if allow edit is true then "edit-mode" and if allow edit is false then "read-only").
I tried something like IIF([AllowEdits];"Edit";"Read") but i think i am totally wrong? (please don't laugh at me!)
Thanks in advance for your help