I need to list all medical bills

  • Thread starter Thread starter Guest
  • Start date Start date
"Medical Bills Owed" wrote
I am going to court tommarow and
I need to list all medical bills since 2002

Do you have them in an Access database, already? If not, that may be a lot
of data entry work for one night.

What is your _question_?

If the bills are in an Access table, and the question is "how do I select
the ones after 2002", you can use the QueryBuilder to create a Query, use
the Year function to obtain the Year from the date of the bills into a
Calculated Field, and use >2002 as the criteria for the Year field.

It always helps to have _some_ information about your data. You'll find
other good suggestions for effective use of newsgroups at
http://www.mvps.org/access/netiquette.htm.

Larry Linson
Microsoft Access MVP
 
Back
Top