I don't use CR very often, but this should be simple. I need to print a report with a single record selected from one table in Access97 based on the values written to another table by a Visual Basic application. The record selection formula I've written is:
{Payments.Issue} = {CurrentIssue.Issue_ID} and
{Payments.Pmnt_No} = {CurrentIssue.Payment_ID} and
{Payments.Acct_No} = {CurrentIssue.Acct_ID}
The report returns blank. What am I missing here?
{Payments.Issue} = {CurrentIssue.Issue_ID} and
{Payments.Pmnt_No} = {CurrentIssue.Payment_ID} and
{Payments.Acct_No} = {CurrentIssue.Acct_ID}
The report returns blank. What am I missing here?