Undefined function "WEEKNUM' in expression

  • Thread starter Thread starter Lisa
  • Start date Start date
L

Lisa

Microsoft has issued published a resolution for
the "undefined function in expression" error message. The
resolution is "RESOLUTION
Transfer the user-defined function from the report module
to a global module."

Can someone instruct me how to do this??? Thx.
 
Under modules tab click New (or select and open any existing module) then
cut and paste your function there. Make sure to change the Private modifier,
if the one exists, to Public.

Alex.
 
It didn't work. I am not an IT person, so I could be
doing this wrong.

If you are programming a database, then you are in IT person...

B Wishes


Tim F
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top