Hello:
I have this line in the update code of a form:
Me.txtTrackingInfo = "Reactivated: " + Me.cboFacility + "/" + Me.txtTransferNumber + "/" + Me!frmBoxSub![Schedule Number] + "/" + Me!frmBoxSub!Location + "/" + Format(Now, "yyyy-mm-dd") + "/" + Environ("Username") + vbNewLine + Me.txtTrackingInfo
Sometimes the Me!frmBoxSub!Location field does not have any information in it. When this is the case, my entire txtTrackingInfo field goes blank. How can I deal with the possibilty that this Location field might be empty?
TIA!
Holly
I have this line in the update code of a form:
Me.txtTrackingInfo = "Reactivated: " + Me.cboFacility + "/" + Me.txtTransferNumber + "/" + Me!frmBoxSub![Schedule Number] + "/" + Me!frmBoxSub!Location + "/" + Format(Now, "yyyy-mm-dd") + "/" + Environ("Username") + vbNewLine + Me.txtTrackingInfo
Sometimes the Me!frmBoxSub!Location field does not have any information in it. When this is the case, my entire txtTrackingInfo field goes blank. How can I deal with the possibilty that this Location field might be empty?
TIA!
Holly