M
mark r
please help me clean up this syntax
for each record in
![TBLNAME]
if
![TBLNAME]![datefield] =
("format(forms!formname!datefilter, '\#mm\/dd\/yyyy\#'")
then
![TBLNAME]![flagfield] = true
end if
Next Record
for each record in
if
("format(forms!formname!datefilter, '\#mm\/dd\/yyyy\#'")
then
end if
Next Record