O
OMS
Hi,
I hope this makes sense. I have a report that I want to "hide" the
[DOSE] from [tbl_ORDERS] if the drug is listed on a different table,
[tbl_PCA]. There are only about ten so I put them on a separate reference
table as I thought it would be faster. The code below is in the detail of
the report. Any help would be greatly appreciated.
=Trim([GENERIC_NAME]) & IIf([BRAND_NAME]="","","(" &
Trim([BRAND_NAME]) & ")") & " " & Trim(fDose([DOSE])) & " " &
IIf(Trim([SOL_VOLUME])<>"",(Trim([SOL_VOLUME]) & " " & Trim([PACKAGE_UNIT])
& " " & Trim([modSIG])),Trim([modSIG])) & " " & IIf(Trim([RATE])="" Or
[RATE]="TITRATE",Trim([RATE]),Trim([RATE]) & " ml/hr") & " " & [RTEDESC]
Thanks,
OMS
I hope this makes sense. I have a report that I want to "hide" the
[DOSE] from [tbl_ORDERS] if the drug is listed on a different table,
[tbl_PCA]. There are only about ten so I put them on a separate reference
table as I thought it would be faster. The code below is in the detail of
the report. Any help would be greatly appreciated.
=Trim([GENERIC_NAME]) & IIf([BRAND_NAME]="","","(" &
Trim([BRAND_NAME]) & ")") & " " & Trim(fDose([DOSE])) & " " &
IIf(Trim([SOL_VOLUME])<>"",(Trim([SOL_VOLUME]) & " " & Trim([PACKAGE_UNIT])
& " " & Trim([modSIG])),Trim([modSIG])) & " " & IIf(Trim([RATE])="" Or
[RATE]="TITRATE",Trim([RATE]),Trim([RATE]) & " ml/hr") & " " & [RTEDESC]
Thanks,
OMS