I have a "Shipping Deadline" txt field on a form called frmQuotations.
the record source of the form is tblQuotations
the control source of the txt box is ShipDeadline which is a date field on tblQuotations
Right now the user types the date in. But by mistake someone could enter 05/30/2006.
How can I restrict that field to only date that are otday and onforward in time? meaning no past date
Is it also possible to have a calendar popup to choose from?
the record source of the form is tblQuotations
the control source of the txt box is ShipDeadline which is a date field on tblQuotations
Right now the user types the date in. But by mistake someone could enter 05/30/2006.
How can I restrict that field to only date that are otday and onforward in time? meaning no past date
Is it also possible to have a calendar popup to choose from?