Expiry Date Query

P

Paul

I have a club members table which lists thier personal
details as well as a date field which shows when thier
membership expires.

What I want to do/know is to create a query which shows
those members who are in thier last month of thier
membership. What is the criteria I need to enter for this
to work

Thankx

Paul
 
J

John Vinson

I have a club members table which lists thier personal
details as well as a date field which shows when thier
membership expires.

What I want to do/know is to create a query which shows
those members who are in thier last month of thier
membership. What is the criteria I need to enter for this
to work

BETWEEN Date() AND DateAdd("m", 1, Date())

on the ExpiryDate field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Exipry Date 1
Counting multiple memberships 1
Expiry Date 2
Membership Expired 2
Dlookup & VB Prob. 1
Query Results in Data Entry Form Not Sticking 2
Coding All Wrong - Pls Help 1
Expiry dates query 1

Top