Guten tag,
I have 2 questions about tables:
first is primary key. i have a table featuring all the personnel in my squadron, and i've set the social security # as primary key for obvious reasons. the problem is i have a form that lists everyones names and you can select it to load their data into the form. simple enough, except it's listing the names in order of primary key. is there anyway to override this and list them alphabetically?
second question is one of design etiquette. i have about fifteen fields other than name and social. not all fields have data in all records, but it all applies to the majority of records. anyway my question is this: all my data manipulation is done via forms and sometimes queries. what would be the down side (if any) of throwing all these fields into one table de grande?
regards,
I have 2 questions about tables:
first is primary key. i have a table featuring all the personnel in my squadron, and i've set the social security # as primary key for obvious reasons. the problem is i have a form that lists everyones names and you can select it to load their data into the form. simple enough, except it's listing the names in order of primary key. is there anyway to override this and list them alphabetically?
second question is one of design etiquette. i have about fifteen fields other than name and social. not all fields have data in all records, but it all applies to the majority of records. anyway my question is this: all my data manipulation is done via forms and sometimes queries. what would be the down side (if any) of throwing all these fields into one table de grande?
regards,