event procedure

  • Thread starter Thread starter Jessica
  • Start date Start date
J

Jessica

Hello


I have a database made in Access 2003 with a field in a report that
shows an event procedure like this
=Choose(Month(Date()),"A","B","C","D","E","F","G","H","J","K","L","M").
This works fine when viewing in Access 2003 but does not show the report
when opened up using Access 97. Can this be used in Access 97?

TIA,
Jess
 
Hello


I have a database made in Access 2003 with a field in a report that
shows an event procedure like this
=Choose(Month(Date()),"A","B","C","D","E","F","G","H","J","K","L","M").
This works fine when viewing in Access 2003 but does not show the report
when opened up using Access 97. Can this be used in Access 97?

Should work.

This appears to be the very common References bug. Open any
module in design view, or open the VBA editor by typing
Ctrl-G. Select Tools... References from the menu. One of the
..DLL files required by Access will probably be marked
MISSING. Uncheck it, recheck it, close and open Access.

If none are MISSING, check any reference; close and open
Access; then uncheck it again. This will force Access to
relink the libraries.


John W. Vinson[MVP]
 
Back
Top