Here is my code:
How can I put a limit on how orders to schedule on the per ship date?Code:Private Sub cmdShipping_DblClick(Cancel As Integer) If Not ValidateShipping() Then MsgBoxOKOnly ShippingNotComplete Else Me![Status ID] = Shipping_CustomerOrder If IsNull(Me![Shipped Date]) Then Me![Shipped Date] = Date End If eh.TryToSaveRecord SetFormState End If End Sub
TIA
Stephanie