I have a form that uses a query of an underlying table as it's record source. I have a date/time field as follows:
Arrival Time 09/02/03 16:33
I use an input mask as follows
99/99/00\ 00:00;0;*
Now to the problem- to speed up data entry (since my IT department can not generate an interface for me) I want the date part to default to the current date and the time part of the field left to be entered. Any ideas on how to do this?
Arrival Time 09/02/03 16:33
I use an input mask as follows
99/99/00\ 00:00;0;*
Now to the problem- to speed up data entry (since my IT department can not generate an interface for me) I want the date part to default to the current date and the time part of the field left to be entered. Any ideas on how to do this?