I have pretty much only done one larger build with access.
Now im starting to preper to redo everything, build it from scratch and make it a bit better from all the stuff i´ve learned so far.
But before i start id like some tips on how to design the tables best.
Currently i have quite large tables, with 10-20 columns.
But im now thinking of breaking them down and have for example one table called "Phonenumber" and then only have one phonenumber stored in that table. Another table called "Person" where i store names. Then i can set up so that one person can have several phonenumbers.
Is this a good thing, to set it up like this?
But how can i present it in a form.
How to show a persons name and the phonenumbers. What if one person have 1 number and another have 10
Is there a good way?
Now im starting to preper to redo everything, build it from scratch and make it a bit better from all the stuff i´ve learned so far.
But before i start id like some tips on how to design the tables best.
Currently i have quite large tables, with 10-20 columns.
But im now thinking of breaking them down and have for example one table called "Phonenumber" and then only have one phonenumber stored in that table. Another table called "Person" where i store names. Then i can set up so that one person can have several phonenumbers.
Is this a good thing, to set it up like this?
But how can i present it in a form.
How to show a persons name and the phonenumbers. What if one person have 1 number and another have 10
Is there a good way?