Can't see the forest because of the trees again.
What am I missing here? I get a syntax error on the ,
Correct Code:
What am I missing here? I get a syntax error on the ,
PHP:
Me.NoAllowDate.DefaultValue = "#" & ("[txtday]", "tblCompany") & "#"
Correct Code:
PHP:
Me.NoAllowDate.DefaultValue = "#" & DLookup("[txtday]", "tblCompany") & "#"
Last edited: