G
Guest
I have a database that I'm looking to provide a tidy front-end to.
Previously, the data was stored in Excel but this became unmanageable as it
provided little reporting and data integrity was a real issue. As a part time
task at work, I volunteered to migrate the "register" from XL to Access and
that part has been done. In addition, all the reporting required has been
built.
Now the problem: the original table (one entry per 'work request') had some
70 - 80 columns and so a single page form was never going to be workable.
after some research (I'm almost learning much of this as I go) I found the
tab control and decided to build a new form based on that.
All fine until I tried to edit - told that the record is uneditable. some
research suggested that I could apply changes to the recordset property
(which I did) and this did make things editable but it seems that the data no
longer appears within the form.
Hence, my question: can I make the data editable? The form data is based
upon a query but I've checked and it's all one to one relationships which is
something else that I think can cause the data to become uneditable.
any assistance or ideas greatly appreciated.
Previously, the data was stored in Excel but this became unmanageable as it
provided little reporting and data integrity was a real issue. As a part time
task at work, I volunteered to migrate the "register" from XL to Access and
that part has been done. In addition, all the reporting required has been
built.
Now the problem: the original table (one entry per 'work request') had some
70 - 80 columns and so a single page form was never going to be workable.
after some research (I'm almost learning much of this as I go) I found the
tab control and decided to build a new form based on that.
All fine until I tried to edit - told that the record is uneditable. some
research suggested that I could apply changes to the recordset property
(which I did) and this did make things editable but it seems that the data no
longer appears within the form.
Hence, my question: can I make the data editable? The form data is based
upon a query but I've checked and it's all one to one relationships which is
something else that I think can cause the data to become uneditable.
any assistance or ideas greatly appreciated.