J
Jean-Paul
Hi,
I have a module where I declare some public values.
I called it MP_Setup
Here I have some date variables: Start_datum
When I create a report and I want that value in the header I created an
entryfield and wrote in the property:
= MP_Setup.start_datum
Acces automatically changes this into
= [MP_Setup].[start_datum]
Which of course returns an error...
What am I doing wrong?
Thanks
I have a module where I declare some public values.
I called it MP_Setup
Here I have some date variables: Start_datum
When I create a report and I want that value in the header I created an
entryfield and wrote in the property:
= MP_Setup.start_datum
Acces automatically changes this into
= [MP_Setup].[start_datum]
Which of course returns an error...
What am I doing wrong?
Thanks