Access Virgin
Registered User.
- Local time
- Today, 21:34
- Joined
- Apr 8, 2003
- Messages
- 77
I have a simple pop up form that I am using to get the user to enter certain parameters that are feed through to a letter report. When the report preview opens the parameter values have been carried through as expected but when I click the print button on the menu bar nothing happens. I changed the code so that the report goes straight to the printer, and the report prints out.
I also had this problem with a similar letter report. It was 2 pages. Again parameter values have been entered and passed through from a pop up form. When I open the report in preview I can see the first page as normal but when I click the navigation buttons to move to the next page I get an error message about invalid use of the .(dot) or ! operator or invalid parentheses. When I go to debug the code it stops at code i've entered for a text box. As the report is a letter I have used a text box for each paragraph. A paragraph is then a combination of text and the parameter values carried through from the form, eg "You must respond by " & me.ResonseDate & "." etc
I am using Access 2003, is this a problem with 2003. Both reports worked fine on the day I created them yet when I opened them up the next day I was getting these problems. Anyone able to help me here?
I also had this problem with a similar letter report. It was 2 pages. Again parameter values have been entered and passed through from a pop up form. When I open the report in preview I can see the first page as normal but when I click the navigation buttons to move to the next page I get an error message about invalid use of the .(dot) or ! operator or invalid parentheses. When I go to debug the code it stops at code i've entered for a text box. As the report is a letter I have used a text box for each paragraph. A paragraph is then a combination of text and the parameter values carried through from the form, eg "You must respond by " & me.ResonseDate & "." etc
I am using Access 2003, is this a problem with 2003. Both reports worked fine on the day I created them yet when I opened them up the next day I was getting these problems. Anyone able to help me here?