In Access, I'm trying to make it so whenever I type a date into the form, it will add it to the listbox in another form. However, I have two listboxes for January and February.
Something like...
If date_1 is between 01/01/06 and 31/01/06 Then add this to listboxJ in the other form
If date_1 is between 01/02/06 and 28/02/06 Then add this to listboxF in the other form
How would I do this? Thank you... I don't know if this is the right area to post. I apologise if it isn't.
Thanks guys.
Something like...
If date_1 is between 01/01/06 and 31/01/06 Then add this to listboxJ in the other form
If date_1 is between 01/02/06 and 28/02/06 Then add this to listboxF in the other form
How would I do this? Thank you... I don't know if this is the right area to post. I apologise if it isn't.

Thanks guys.