For example:
I have been doing a DB with my S3 classes where there is a field that requires a number between 0 and 80 inclusive.
If I use:
‘Between 0 And 80’
This works BUT it is NOT displayed by the Data Documenter.
BUT
‘>=0 And <=80’
Also works but it IS displayed by the Data Documenter
I am using Access 2016 in school.
I am pretty certain that Access 2019 is fine with both.