I have a text box on a report
=[ManureName] & " " & [OMApplnTypeIndex] & " in " & Format([OMApplicationMonth],"mmm yyyy")
OMApplnTypeIndex is set up in the base table as a combo box and doesn't print as part of the above text box.
Is there any way around this other then having 3 seperate boxes?
=[ManureName] & " " & [OMApplnTypeIndex] & " in " & Format([OMApplicationMonth],"mmm yyyy")
OMApplnTypeIndex is set up in the base table as a combo box and doesn't print as part of the above text box.
Is there any way around this other then having 3 seperate boxes?