Hi,
In access vba when you got a naming wrong (left space between words), or there was a invalid symbol used or the word was a control (part of the programming language) you placed it in brackets.
If I have "1.4_Comments"
and wish to use it in "1.4_Comments.Text"
Do I use square brackets or ....?
[1.4_Comments].Text
For Example because of the decimal point:
Patch(GeneralHSEAudit_Mobile, {[1.4_Comments]: EditScreen1.[1.4_Comments].text, [2.1_Plan]:EditScreen1.[2.1_Plan].Text........})
Both the "(" and The "{" are used in the programming syntex, what else is best practice?
Ta