G
GaryS
Hello,
I'm trying to help my office manager replace her existing flatfile database
with Access. Currently she uses an old program called Q&A which is all form
based, no tables. Every field is on the form that is used for data entry and
also for searches. The company we work for is a car dealership, and she uses
this database to keep track of sales commissions and sales tax outlay for
each car sale. On her data entry form she has fields which are labled like
this:
401D
402D
403D
424D
Etc, etc
These numbers represent different account numbers for each model that is
sold at the dealership, and she enters the taxable amount of proceeds into
the appropriate one for the model that was sold, the idea being that she
could have a report at the end of the month laid out like a spreadsheet
showing how many dollars went into each account. My first thought was I
would have a seperate table for Accouts and have a combo box on the data
entry form so that she could pick the appropriate account number for each
model and then a seperate textbox on the form for the dollar amount. That
textbox would be bound to the AccountAmount figure on the Sales Tax table
(which would be the main table in this database). The problem is I don't
know using this approach how I could give her a report at the end of the
month the way she wants it. The report would have to be layed out like this:
LastName 401D 402D 403D 404D
Totals $13131 $13331 etc etc
I hope this make sense to someone
I'm trying to help my office manager replace her existing flatfile database
with Access. Currently she uses an old program called Q&A which is all form
based, no tables. Every field is on the form that is used for data entry and
also for searches. The company we work for is a car dealership, and she uses
this database to keep track of sales commissions and sales tax outlay for
each car sale. On her data entry form she has fields which are labled like
this:
401D
402D
403D
424D
Etc, etc
These numbers represent different account numbers for each model that is
sold at the dealership, and she enters the taxable amount of proceeds into
the appropriate one for the model that was sold, the idea being that she
could have a report at the end of the month laid out like a spreadsheet
showing how many dollars went into each account. My first thought was I
would have a seperate table for Accouts and have a combo box on the data
entry form so that she could pick the appropriate account number for each
model and then a seperate textbox on the form for the dollar amount. That
textbox would be bound to the AccountAmount figure on the Sales Tax table
(which would be the main table in this database). The problem is I don't
know using this approach how I could give her a report at the end of the
month the way she wants it. The report would have to be layed out like this:
LastName 401D 402D 403D 404D
Totals $13131 $13331 etc etc
I hope this make sense to someone