rproactive
Technical User
Hello everyone-
Would greatly apprciate any ideas on the following delema.
I have normalize dmy database and as a result have about 17 lookup tables and about a dozen main tables. With some many small parts its hard to see whats happening.
Each lookup table has a primary key shich is an Autonumber together with a number of other fields one usually being a text name field.
My main tyables have a Autonumber primary key field amd other fields. Some of these fields "point at" the lookup tables primary key.
my confusion :
1. Should the Main lookup tables fields allways be related?? Some of my tables are but not all- is this OK?
2. In a query how do I show the text name rather than the numeric primary or foreign key.
I am having trouble with non updating of forms based on querys and querys not doing what i expect.
Any tips on how to deal with all the small pieces???
Would greatly apprciate any ideas on the following delema.
I have normalize dmy database and as a result have about 17 lookup tables and about a dozen main tables. With some many small parts its hard to see whats happening.
Each lookup table has a primary key shich is an Autonumber together with a number of other fields one usually being a text name field.
My main tyables have a Autonumber primary key field amd other fields. Some of these fields "point at" the lookup tables primary key.
my confusion :
1. Should the Main lookup tables fields allways be related?? Some of my tables are but not all- is this OK?
2. In a query how do I show the text name rather than the numeric primary or foreign key.
I am having trouble with non updating of forms based on querys and querys not doing what i expect.
Any tips on how to deal with all the small pieces???