I wanted to create a state form that would allow the user to edit the records (add, change, delete functionality) of 1 table.
This State table has 50 rows for the 50 states. It has fields for the State code, a field with a dollar amount and 3 fields that would have integer values. An example of a row would be as follows:
State Code Aggreg. Amount Cash Stocks IRAS Bonds
---------- -------------- ---- ------ -----------
ID(aho) $400.00 7 5 6
I was thinking of having the top part of the form be an area where the user could modify the fields of 1 state record and the bottom portion of the form would display as many records from the state table as would fit on 1 screen so that the user could see which state records need to be modified.
A subform seemed like a good approach, but I guess it is only used with a minimum of 2 tables. I noticed that when using the form wizard, you only have the subform option when you are working with multiple tables.
I was looking for suggestions on the form design, if you had 1 table with 50 rows and you wanted to allow the user the capability of updating any of the individual state records.
This State table has 50 rows for the 50 states. It has fields for the State code, a field with a dollar amount and 3 fields that would have integer values. An example of a row would be as follows:
State Code Aggreg. Amount Cash Stocks IRAS Bonds
---------- -------------- ---- ------ -----------
ID(aho) $400.00 7 5 6
I was thinking of having the top part of the form be an area where the user could modify the fields of 1 state record and the bottom portion of the form would display as many records from the state table as would fit on 1 screen so that the user could see which state records need to be modified.
A subform seemed like a good approach, but I guess it is only used with a minimum of 2 tables. I noticed that when using the form wizard, you only have the subform option when you are working with multiple tables.
I was looking for suggestions on the form design, if you had 1 table with 50 rows and you wanted to allow the user the capability of updating any of the individual state records.