Ok I have a relatively simple problem I think!
I am using the Calendar feature in Ms Access and a combo box to input dates into my form (The form is called Main)
I have got it all working so when I select a date from the calendar it updates the combo box. But I simply wish to save the date so when I close the database down it's still there the next time.
My combobox is called cboDate. I figured the easiest way to save the date is to put the following code into my master query
[Forms]![Main]![cboDate]
I then run a make table query and all my reports are driven off this master table. With a now static date column.
Problem : When I try and link to the combo in a query it just brings back blank.
If I however go into the combobox and type the date in rather than pick it from the calendar it works. So something is not quite right between the calendar and the combo box. I think it's something to do with the format of the combo box.
At the minute my work around is just to type the date into the combo box but I'd prefer to get the calendar bit working.
Be grateful for any help. Please forgive me if I've not provided enough detail etc as I'm quite new to all of this!
Kind Regards
Kieran
I am using the Calendar feature in Ms Access and a combo box to input dates into my form (The form is called Main)
I have got it all working so when I select a date from the calendar it updates the combo box. But I simply wish to save the date so when I close the database down it's still there the next time.
My combobox is called cboDate. I figured the easiest way to save the date is to put the following code into my master query
[Forms]![Main]![cboDate]
I then run a make table query and all my reports are driven off this master table. With a now static date column.
Problem : When I try and link to the combo in a query it just brings back blank.
If I however go into the combobox and type the date in rather than pick it from the calendar it works. So something is not quite right between the calendar and the combo box. I think it's something to do with the format of the combo box.
At the minute my work around is just to type the date into the combo box but I'd prefer to get the calendar bit working.
Be grateful for any help. Please forgive me if I've not provided enough detail etc as I'm quite new to all of this!
Kind Regards
Kieran