L
LDA via AccessMonster.com
Hello,
I need help writing the following for my report
I am trying to relace the ReportedResult field with BRL if it is less than
the RDL (Reported Result is a text field and rdl is a number field.)
Under the Print Event I have :
Me.ReportedResult="*<" Then
Me. ReportedResult = "BRL"
this did not work
I also tried in the conditional statement in the query under ReportedResult:
If([ReportedResult]="*<")"BRL")
which also didn't work....
Any suggestions are help is appreciated..
Thanks
I need help writing the following for my report
I am trying to relace the ReportedResult field with BRL if it is less than
the RDL (Reported Result is a text field and rdl is a number field.)
Under the Print Event I have :
Me.ReportedResult="*<" Then
Me. ReportedResult = "BRL"
this did not work
I also tried in the conditional statement in the query under ReportedResult:
If([ReportedResult]="*<")"BRL")
which also didn't work....
Any suggestions are help is appreciated..
Thanks