I need to list all medical bills

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am going to court tommarow and I need to list all medical bills since 2002
 
"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
 

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

Back
Top