Re:Table design thoughts and questions
In a previous thread "How to synchronize cursors between tables in a
form" I ran into a form design issue because I have broken my
information into many tables to make the Pdox tables as small and
efficient layout as possible. This seems to complicate the
design/run/maintain processes a lot.
I wonder if it would be better to create a table for each department so
that as a transaction occurred (from department to department) the
record was moved to the next table and deleted from the previous table.
My tables might be wider (more columns) but as an overall, the combined
table lengths would be shorter. The max number of columns needed is
around 30 columns. My forms would practically desin themselves with this
layout, emulating the tables for each department.
Can someone pine in on this and help a newbie?
Thanks
John Whitling