Mark said:
I have a 10 year program that has monthly charges I want to populate
the same amont every month for 120 months. How do I set-up a query
to have months as column titles and populate the monthly charge.
Thanks....
Well let's start from the beginning.
dBase is a specific database and is not Access. I will assume you
really wanted to say database.
Databases do not have columns. They may display fields or other data in
columns, but they are not spreadsheets.
You don't populate fields (sort of like a spreadsheet cell) with
computed values, you compute the values when you need them, like on a
report.
In a report, you would use a formula something like " 0.0833 * [Annual
Amount] " where the "Annual Amount" is a field storing the total in a table
for the year.
I know this is not much detail, but frankly learning about databases and
IMO Access in particular has a very steep learning curve. and at this time
it sounds like some general basic database instruction should be your first
goal. The help files are good and the Northwind example can be very
helpful when getting started.
I don't want to discourage you. Access is worth the effort to lean, but
don't expect simple fixes. If you go for it, there are a lot of people here
to help you along the way.