Forum Discussion
MarkShnier__You
Qrew Legend
Try this. I know the quotes are tricky.
Size(
GetRecords("{6.EX." & [Tour ID (Paste)] & "}"),3))
If that is 1 (or higher) when you are in add mode and not yet saved, that means it will case a duplicate.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Size(
GetRecords("{6.EX." & [Tour ID (Paste)] & "}"),3))
If that is 1 (or higher) when you are in add mode and not yet saved, that means it will case a duplicate.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
MichaelFrishma1
3 years agoQrew Trainee
Thanks for the help, but it won't let me do a
,3))
on a "Size" formula query. It expects a closing parentheses after the "}")
------------------------------
Michael Frishman
------------------------------
,3))
on a "Size" formula query. It expects a closing parentheses after the "}")
------------------------------
Michael Frishman
------------------------------
- MarkShnier__You3 years agoQrew LegendOK try this
Size(
GetFieldValues
GetRecords("{6.EX." & [Tour ID (Paste)] & "}"),3)))
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------