P
Paul
Ok I used the following to display a list of memberships
expiring in the month.
WHERE ExpiryDt BETWEEN DateSerial(Year(Date()), Month(Date
()), 1) AND DateSerial(Year(Date()), Month(Date()) + 1, 0)
This worked thanks to Douglas J. Steele.
What I need, then my database and assignment is finished
(hurray), is criteria which will show members whose
membership exiry dates are in the past.
Something like = < Date()
Yes I know that wouldnt work.
Please could you help me with the following.
Thank you so much
Paul
expiring in the month.
WHERE ExpiryDt BETWEEN DateSerial(Year(Date()), Month(Date
()), 1) AND DateSerial(Year(Date()), Month(Date()) + 1, 0)
This worked thanks to Douglas J. Steele.
What I need, then my database and assignment is finished
(hurray), is criteria which will show members whose
membership exiry dates are in the past.
Something like = < Date()
Yes I know that wouldnt work.
Please could you help me with the following.
Thank you so much
Paul