G
Guest
I've been having a problem with results coming up with a blank page in my
form. For example, if I have an account number and I want to see how much of
the account balance is paid, I have a parameter query where I can enter the
account # in a box, and a form that displays the paid status among other
information. I have a table for account details, and a separate table for pay
status.
All goes well unless there is an account where the paid amount is not listed
in the pay status table (blank, not zero), or for some reason the account is
not listed in the pay status table at all. Then the entire result is a blank
page, rather than having just the "pay status" field on my form display
nothing. How can I get the result to come up, but with a message indicating
that the pay status is missing rather than just a complete blank page?
Dino
form. For example, if I have an account number and I want to see how much of
the account balance is paid, I have a parameter query where I can enter the
account # in a box, and a form that displays the paid status among other
information. I have a table for account details, and a separate table for pay
status.
All goes well unless there is an account where the paid amount is not listed
in the pay status table (blank, not zero), or for some reason the account is
not listed in the pay status table at all. Then the entire result is a blank
page, rather than having just the "pay status" field on my form display
nothing. How can I get the result to come up, but with a message indicating
that the pay status is missing rather than just a complete blank page?
Dino