Problems closing report and form

P

Patrick

I have a button on the parameter form(used for reports criteria) that closes
the form and the report if the user wishes to go back a screen. However,
when they click this button, access still throws up error and wants
parameters. How can I work around this?
 
R

RSC

Still trying to figure out what a front and back end is,
as oppossed to an application? LOL
 
P

Patrick

RSC wtf is your deal? Anyway I figured it out. I had the report set so that
when my user clicked the next button, the criteria form was hidden and the
report was created. Well, when I was trying to close it apparently it still
wanted to create the report, but it had no user entered parameters. All I
did was clear the OnOpen and OnClose arguments for the report, and instead
used a query.
 
L

Lynn Trapp

RSC wtf is your deal?

Ah, he's just poking fun with me regarding a previous thread we were
involved in that has nothing to do with this one.
Anyway I figured it out. I had the report set so that
when my user clicked the next button, the criteria form was hidden and the
report was created. Well, when I was trying to close it apparently it
still
wanted to create the report, but it had no user entered parameters. All
I
did was clear the OnOpen and OnClose arguments for the report, and instead
used a query.

I'm glad you got it working. Sometimes all it takes to figure out a problem
is just ask the question.
 
Top