I want to be able to stop people from editing a record via my app, if its 'Status' is Active or Completed.
For my Status column (plain text), I have four types; Pending, Available, Active and Completed.
I then have an 'Edit' button in my gallery that opens the selected record in the Form so that the user can modify existing details . But I want to limit this button to only open a record for modifying provided it's current status in Pending or Available.
Any help on the right way to structure the formula would be much appreciated. I am thinking at this stage that I should be able to do this with an If statement? So if the status equals x&y, open form in edit mode, otherwise...........