Strange one this...
On an order taking form I have two controls one based on a field OrderTakenDate and the other based on a field OrderDeliveryDate.
I want to use the values from the control OrderTakenDate in queries to see when orders have been taken (date/time), however when I set its default value in the form to Now() ... to record the date/time the order was input... it works fine apart from the fact that this also forces any entry in the control OrderDeliveryDate to also hold a time value (as well as a date), and there are a number of reasons why I don't want this to happen.
I dont see any connection between the two fields either at form, query (that the form is based on) or down at table design.
Anyone any ideas or have seen anything like this before??
Thanks
Mike