Forms!frmScheduled_Appts!subfrmRecOrders!tbOrderNum.Value = ""
Forms!frmScheduled_Appts!subfrmRecOrders!cobStorer.Value = ""
DoCmd.OpenForm "frmErrorOrder", , , "Appt_Id = " & DLookup("[Appt_id]", strTable, "[REF] = '" & strOrderNum & "'")
Forms!frmErrorOrder.lblError.Caption = "Order#" & strOrderNum & _
" has already been entered. It is already attached to this Appointment:"
Response = acDataErrContinue