J
JD McLeod
I am using Access 2007. I have a table ACCOUNTS, with fields for account
number, account description, and account balance. There are 12 other fields
for various assertions/characteristics related to the accounts. Each account
will have at least one of the 12 assertions apply, and many will have more
than one. Each characteristic has its own field. I have a form that is used
to enter all of the account information including combo boxes to select
either high, mod, or low as the value for each of the other 12 fields.
Next, I have to determine whether or not each account is significant and
what business processes are related to it. I thought of using another table
for this. For example, the table ACCOUNTS2 would pull in the account
information from the first table and then have a field for 5 questions that
must be answered in determining whether or not the account is significant.
In addition, the user needs to identify all business processes related to
this account. For example, if the account were Accounts Payable, the
processes might include Vendor Setup, Invoice Approval and Check Signing.
All accounts will have at least one process, but many will have more than
one. I thought about doing it all in one table, but was concerned about
having too many fields.
I need help designing this table. I don’t think the way I am doing it right
now is correct. Can any of this be done in a form and not saved in a table?
Can you create reports and queries off of data in forms? Any advice would be
helpful. Thanks.
number, account description, and account balance. There are 12 other fields
for various assertions/characteristics related to the accounts. Each account
will have at least one of the 12 assertions apply, and many will have more
than one. Each characteristic has its own field. I have a form that is used
to enter all of the account information including combo boxes to select
either high, mod, or low as the value for each of the other 12 fields.
Next, I have to determine whether or not each account is significant and
what business processes are related to it. I thought of using another table
for this. For example, the table ACCOUNTS2 would pull in the account
information from the first table and then have a field for 5 questions that
must be answered in determining whether or not the account is significant.
In addition, the user needs to identify all business processes related to
this account. For example, if the account were Accounts Payable, the
processes might include Vendor Setup, Invoice Approval and Check Signing.
All accounts will have at least one process, but many will have more than
one. I thought about doing it all in one table, but was concerned about
having too many fields.
I need help designing this table. I don’t think the way I am doing it right
now is correct. Can any of this be done in a form and not saved in a table?
Can you create reports and queries off of data in forms? Any advice would be
helpful. Thanks.