Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
I see everyone responded :)
I think my formula has the best chance for first round syntax errors being clean.
The field for date d will need be used as [date d]
I think my formula has the best chance for first round syntax errors being clean.
The field for date d will need be used as [date d]
WadeDavis1
8 years agoQrew Trainee
This returned the error:
Please check the syntax of your formula. Look for mismatched parentheses, missing quotes, or extra brackets.
"TORC"
& Right(ToText(Year(date d)),2)
& "-"
& ToText([Record ID#]+10000)
Please check the syntax of your formula. Look for mismatched parentheses, missing quotes, or extra brackets.
"TORC"
& Right(ToText(Year(date d)),2)
& "-"
& ToText([Record ID#]+10000)