SpeedThink
MIS
I am in the process of setting up a Microsoft Access database to track underpayments on customer accounts.
I have a voluminous set of information from an Oracle database, over 70,000 rows, that I imported into Access from Excel. Each and every month, there will be an additional 2000 to 5000 records to add to the database.
Basically, I am interested in using as few tables as possible.
I created a table in Access titled "Variance" to hold this data. I created a form, named "Data Entry." Source of data for the form is the table named "Variance"
Also, on the form I included combo boxes that the user will select the "Underpay Action", "Underpay Reason", and
"Status" of each account from a pull-down menu.
The fields for the "Variance" Table are:
Account No.
Name
Charges
Bill Date
Payments as of Sept 1, 2003
Last Payor Pymt
Date of Last Payment
Do I need to create another table with the following blank fields to store the user(s) actions on the form:
Account No. (Is it possible to link this to the "Variance table so that one could view the status of an account)
Underpay Action (drop down box on form)
Underpay Reason(drop down box on form)
Status (drop down combo box on form)
Recovered Amount (user types in this)
On the other hand, do I just modify the "Variance" table by adding additional columns titled "Underpay Action",
"Underpay Reason", "Status", and "Recovered
Amount?
SpeedThink
I have a voluminous set of information from an Oracle database, over 70,000 rows, that I imported into Access from Excel. Each and every month, there will be an additional 2000 to 5000 records to add to the database.
Basically, I am interested in using as few tables as possible.
I created a table in Access titled "Variance" to hold this data. I created a form, named "Data Entry." Source of data for the form is the table named "Variance"
Also, on the form I included combo boxes that the user will select the "Underpay Action", "Underpay Reason", and
"Status" of each account from a pull-down menu.
The fields for the "Variance" Table are:
Account No.
Name
Charges
Bill Date
Payments as of Sept 1, 2003
Last Payor Pymt
Date of Last Payment
Do I need to create another table with the following blank fields to store the user(s) actions on the form:
Account No. (Is it possible to link this to the "Variance table so that one could view the status of an account)
Underpay Action (drop down box on form)
Underpay Reason(drop down box on form)
Status (drop down combo box on form)
Recovered Amount (user types in this)
On the other hand, do I just modify the "Variance" table by adding additional columns titled "Underpay Action",
"Underpay Reason", "Status", and "Recovered
Amount?
SpeedThink