Check if 7 fields have been filled
Hi!
In a table there are 7 fields to fill and 1 button.
The button serves to create a record in a linked table, on this I have no problems.
I would like the button script first to verify that all 7 fields have been compiled.
If one or more fields have not been filled in I would like to open a popup indicating which fields are empty.
If all 7 fields have been compiled then the script can proceed to create a new record.
I would create a more concatenated if, but I think it is too long and incorrect procedure. What functions should I use to write a clean and simple script?
Thank you so much!
10 replies
-
You can try something like:
I hope this helps. Of course you need to change the field names to match yours and the dialog text to something that you want.
Here is what it looks like:
-
Oops forgot: just extend the variables at top to include the remaining fields and extended the trackingarray to include the new variables.
-
Fred Thank you so much!!! You are very kind!
Content aside
- Status Answered
- 2 yrs agoThu, November 17, 2022 at 5:38 PM UTCLast active
- 10Replies
- 138Views
-
4
Following