I'm trying to do this in a module (not form module):
Access doesn't like it. Yet it does allow this in the same spot:
Is this a limitation in Access VBA, or is there some other way I CAN refer to a form this way?
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57
Code:
Public Const frmR = Forms!frmTocResearch
Code:
Public Const strMyString As String = "Howdy"
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57