I
ianc
I'm using Access 2007 and appear to have a discovered a bug can anyone shed
any light?
I have a form with a datasource and have a simple piece of code that formats
a date to give me the week number of the current week:
format(Date, "ww", 2)
When I run the code I get an error message 13 Type Mismatch. The value is
not assigned to a field and the message even appears when I display the
result in a message box. However when I remove the data source for the form
the error disappears and the correct value is displayed.
Thanks in advance
Ian
any light?
I have a form with a datasource and have a simple piece of code that formats
a date to give me the week number of the current week:
format(Date, "ww", 2)
When I run the code I get an error message 13 Type Mismatch. The value is
not assigned to a field and the message even appears when I display the
result in a message box. However when I remove the data source for the form
the error disappears and the correct value is displayed.
Thanks in advance
Ian