J
jwrnana
I am using the Order Entry database provided with Microsoft Access. My
invoices have been working fine until now. When I go to Orders by customer
and preview an invoice, the date has ? in the invoice date field and will
not go on to the invoice. The following error appears ---
On Error GoTo Err_Order_Details_Subform_Enter()
If IsNull(ME![OrderID]) Then
ME![OrderDate]=DATE (Date is highlighted as the error)
DoCmd.DoMenuItem acFormBar,acRecordsMenu,acSaveRecord,acMenuVer70
End If
What do I need to do?
Novice
invoices have been working fine until now. When I go to Orders by customer
and preview an invoice, the date has ? in the invoice date field and will
not go on to the invoice. The following error appears ---
On Error GoTo Err_Order_Details_Subform_Enter()
If IsNull(ME![OrderID]) Then
ME![OrderDate]=DATE (Date is highlighted as the error)
DoCmd.DoMenuItem acFormBar,acRecordsMenu,acSaveRecord,acMenuVer70
End If
What do I need to do?
Novice