So, you have "items" that have "dates" and you want to see any that are more than 3 months past "last date revised".
"How" depends on "what".
Describe your data structure and folks here may be able to offer more specific suggestions about "how" to construct a query.
Regards
Jeff Boyce Microsoft Office/Access MVP
"mattc66 via AccessMonster.com" <u16013[ at ]uwe> wrote in message news:8f274e268e845[ at ]uwe...
[Quoted Text] > It is the last date revised. The date is past and I want to see a list of > all > items that are 3 months or more past that date. > > Jeff Boyce wrote: >>Matt >> >>Are you saying you want to see records where [YourDate] minus 3 months (or >>more)? "Older" might be ambiguous -- do you mean AFTER or BEFORE >>[YourDate]? Is [YourDate] a field in a table, or are you entering it as a >>criterion? >> >>More info, please... >> >>Regards >> >>Jeff Boyce >>Microsoft Office/Access MVP >> >>> Hi All, >>> >>> I have a need to show records that are 3 month or older from a set date. >>> How >>> would I wright a query to extract that data? > > -- > Matt Campbell > mattc (at) saunatec [dot] com > > Message posted via AccessMonster.com > http://www.accessmonster.com/Uwe/Forums.aspx/access-queries/200812/1>
|