G
Guest
I usually do reports in Word and then Mailmerge from Access, so I am not at
all familiar with how reports work. I have read everything I can possibly
think of that would help me try and get this right but just can't seem to get
it right. I have a report based on query that shows MethodofPayment,
StatementClosingDate and MCReferenceNo. In the report when
StatementClosingDate isNull, I want to insert in that field the message "Not
MasterCard Charge" however, if the StatementClosingDate is not null then I
want the StatementClosingDate to appear. I have also read a million isNull
entries and am not even sure if I should use "" or isnull or isnot null. I
have tried Select Case, IIf statements, If . . . Then . . Else statements and
I basically don't know what I am doing. Not even sure where I would put the
code? In the report "on open" event? Any help is appreciated.
S
all familiar with how reports work. I have read everything I can possibly
think of that would help me try and get this right but just can't seem to get
it right. I have a report based on query that shows MethodofPayment,
StatementClosingDate and MCReferenceNo. In the report when
StatementClosingDate isNull, I want to insert in that field the message "Not
MasterCard Charge" however, if the StatementClosingDate is not null then I
want the StatementClosingDate to appear. I have also read a million isNull
entries and am not even sure if I should use "" or isnull or isnot null. I
have tried Select Case, IIf statements, If . . . Then . . Else statements and
I basically don't know what I am doing. Not even sure where I would put the
code? In the report "on open" event? Any help is appreciated.
S