Hi there!
Every time I think I've understood how to handle dates in VBA programmes, it gets back at me big time.
This time, I have a select query which picks up a certain date (select top 1 event_date from x where person_ref=y). This query is in a loop, so the date differs each time the query...