Hi,
I have two tables ( each with about 200 fields ) that are related to each other through the primary key. Basically, combining all the fields of corresponding rows of these two tables constitutes a complete record (complete record has about 400 fields).
Now, I want to display all the information pertaining to a single record on a form. The fields on the form must be updatable. For example, when you bound a form to a table, changing the values on the form, changes the corresponding values in the table.
How would I do this?
Please Note:
1) I tried to do this using a query but failed since the maximum number of fields for a query is also 255 although access 2002 supports up to 32 tables.
2) I can't use DLookUp() since the resulting fields are non-updatable
Many Thanks in advance!
I have two tables ( each with about 200 fields ) that are related to each other through the primary key. Basically, combining all the fields of corresponding rows of these two tables constitutes a complete record (complete record has about 400 fields).
Now, I want to display all the information pertaining to a single record on a form. The fields on the form must be updatable. For example, when you bound a form to a table, changing the values on the form, changes the corresponding values in the table.
How would I do this?
Please Note:
1) I tried to do this using a query but failed since the maximum number of fields for a query is also 255 although access 2002 supports up to 32 tables.
2) I can't use DLookUp() since the resulting fields are non-updatable
Many Thanks in advance!