B
Bryan Hughes
Hello,
I am trying to write a query that will retrieve all Dates in a single field
using month criteria.
This part I am fine with.
The problem is that there can be 0 - 3 dates depending on the month.
I need to put each date retrieved into a unbound textbox.
Date1 = txtDate1
Date2 = txtDate2
Date3 = txtDate3
How should I write this to make it work?
-TFTH
-Bryan
I am trying to write a query that will retrieve all Dates in a single field
using month criteria.
This part I am fine with.
The problem is that there can be 0 - 3 dates depending on the month.
I need to put each date retrieved into a unbound textbox.
Date1 = txtDate1
Date2 = txtDate2
Date3 = txtDate3
How should I write this to make it work?
-TFTH
-Bryan