When I first set my main database I intended to split it up, but I couldn't figure out how to enter into multiple tables from one form. Over the years it has grown to barely manageable proportions, and each time I attempt to split it up into multiple tables I run into the same problem.
I need to distribute about 230 fields into maybe 6 tables.
Newrolname with fields
Name (key)
Telephone
Newrolstyle
Name (key)
California
Newroltype
Name (key)
Restaurant
Newroldocuments (MB files)
Name (key)
References
and so on and so on.
Creating a datamodel with one to many or many to one relationship and using PDx tools to create a form allows me to enter only the information from the main table.
Using an expert to create a database with many tables causes the error message cannot find file c:/../pdoxusrs.lck
when attempting to save the model.
Clicking on OK I find the fields from the first table in the DM listed. Attempting to choose any of these fields brings the message: PeAryIndex out of bounds.
Where does the boneheaded mistake lie? Anyone know?
I need to distribute about 230 fields into maybe 6 tables.
Newrolname with fields
Name (key)
Telephone
Newrolstyle
Name (key)
California
Newroltype
Name (key)
Restaurant
Newroldocuments (MB files)
Name (key)
References
and so on and so on.
Creating a datamodel with one to many or many to one relationship and using PDx tools to create a form allows me to enter only the information from the main table.
Using an expert to create a database with many tables causes the error message cannot find file c:/../pdoxusrs.lck
when attempting to save the model.
Clicking on OK I find the fields from the first table in the DM listed. Attempting to choose any of these fields brings the message: PeAryIndex out of bounds.
Where does the boneheaded mistake lie? Anyone know?