A
AHopper
As a beginner I designed a database that uses bound forms and tables for
different parts of a production process. I used a table for good product and
another table for spoils. I will not go into detail about the process
involved, however, with time the database has become more complicated (200
forms, 108 tables more of both needed) . The database is on a network, split
into a MDE front end MDB backend, with Access Runtime on approx 30
workstations. Making corrections, creating reports is complex. The integrity
of the data is verifiied by the events on forms. All saving is done by
command buttons when the user indicates the record is ready to be saved. I
have not used many modules. Presently I am being adviced to design using
unbound forms and to combine data into fewer tables. Information I now have
in one bigger record will be split into several records. I have been told
that the database will be less complicated if I do this. I would need to use
VB to save, edit, delete etc.. I would use temporary tables (which I do not
know how to do) to create reports. The goal is to eventually change the
database to SQL backend Access front end. It is easier for me to continue
designing as I have been, since I will need to learn how to use more VB, and
SQL queries if I follow the new design suggestion. Much of my existing design
will need to be reworked and eventually replaced. I am willing to do that if
it is the right or better way to go.
I would appreciate any advice on
1/ whether to pursue the new approach
2/ other suggested design approaches
3/ how/where to learn VB, SQL at this new level.
It has been the support of the discussion groups that has helped me get as
far as I have.
Thank you in advance for taking time to help.
Allan
different parts of a production process. I used a table for good product and
another table for spoils. I will not go into detail about the process
involved, however, with time the database has become more complicated (200
forms, 108 tables more of both needed) . The database is on a network, split
into a MDE front end MDB backend, with Access Runtime on approx 30
workstations. Making corrections, creating reports is complex. The integrity
of the data is verifiied by the events on forms. All saving is done by
command buttons when the user indicates the record is ready to be saved. I
have not used many modules. Presently I am being adviced to design using
unbound forms and to combine data into fewer tables. Information I now have
in one bigger record will be split into several records. I have been told
that the database will be less complicated if I do this. I would need to use
VB to save, edit, delete etc.. I would use temporary tables (which I do not
know how to do) to create reports. The goal is to eventually change the
database to SQL backend Access front end. It is easier for me to continue
designing as I have been, since I will need to learn how to use more VB, and
SQL queries if I follow the new design suggestion. Much of my existing design
will need to be reworked and eventually replaced. I am willing to do that if
it is the right or better way to go.
I would appreciate any advice on
1/ whether to pursue the new approach
2/ other suggested design approaches
3/ how/where to learn VB, SQL at this new level.
It has been the support of the discussion groups that has helped me get as
far as I have.
Thank you in advance for taking time to help.
Allan