I did read JonK's post. The solution is what I am using now. I need a way of dealing with a enddate field that is blank (null). As a novice user, if there is something I'm missing, please explain.
Why you need blank enddate field anyway? I am new in VBA also, but I don't think it is possible to find the records (through query expression) between one fixed (startdate) and one blank (enddate) field...Most likely you will need a way (function) to check for null values and to combine query and function...
Sorry but I am not good enough in VBA to help you...