J
jason
I have a form in an Access Project that has a subform on
it. I am trying to compare the value of a field on that
subform to the results of a function. Here is an example
of what I'm doing:
if DatePart("d", Me.Today!Today) =
DatePart("d", Now()) Then ...
The Me.Today!Today doesn not function as it should,
resulting in the runtime error 2455 'you entered an
expression that has an invalid reference to the property
Form/Report
Any ideas on what is causing this?
Thanks,
Jason
it. I am trying to compare the value of a field on that
subform to the results of a function. Here is an example
of what I'm doing:
if DatePart("d", Me.Today!Today) =
DatePart("d", Now()) Then ...
The Me.Today!Today doesn not function as it should,
resulting in the runtime error 2455 'you entered an
expression that has an invalid reference to the property
Form/Report
Any ideas on what is causing this?
Thanks,
Jason