P
Pastor Del
I get an error msg when executing the following code. (This is part of the
code for a command button on a form called frmDocLog)
Dim datDate as Date
datDate=Date
The error tells me that Access cannot find the field 'Date' referred to in
my expression.
The problem may be that the form's record source, tblDocs, has a field named
Date. But, even when I rename this field the problem still existed.
Is this the problem, and if so, how can I fix it?
code for a command button on a form called frmDocLog)
Dim datDate as Date
datDate=Date
The error tells me that Access cannot find the field 'Date' referred to in
my expression.
The problem may be that the form's record source, tblDocs, has a field named
Date. But, even when I rename this field the problem still existed.
Is this the problem, and if so, how can I fix it?