CutAndPaste
Registered User.
- Local time
- Today, 07:15
- Joined
- Jul 16, 2001
- Messages
- 60
Hi,
I've got a form which shows data from an underlying query. One of the fields [EndDate] can either have a date in or not. I want to be able to select and display records with or without an [EndDate] from a combo box on the form - the afterupdate event on the combo would presumably need to requery the datasource of the form. I've been trying to put in "Is Null" and "Not Null" in the combo but this doesn't seem to work.
How can I do this?
tx
Simon
I've got a form which shows data from an underlying query. One of the fields [EndDate] can either have a date in or not. I want to be able to select and display records with or without an [EndDate] from a combo box on the form - the afterupdate event on the combo would presumably need to requery the datasource of the form. I've been trying to put in "Is Null" and "Not Null" in the combo but this doesn't seem to work.
How can I do this?
tx
Simon