blackadder has asked for the wisdom of the Perl Monks concerning the following question:
Table2 (saved it as Perms table)Folder_ID Auto-Number (Long Integer, also it is the Key value so n +o duplicates are allowed) Folder Text (Field size 255, Required =>Yes, Allow Zero length +=> No)
Query (saved it as Main_query)Perms_ID Auto-Number (Long Integer, also it is the Key value so no +duplicates are allowed) Account Text (Field size 255, Required =>Yes, Allow Zero length => +No) Type Text (Field size 50, Required =>Yes, Allow Zero length => +Yes) Folder_ID Number (Long Integer, the Key value from table1)
The relationship between ‘table1’ and ‘table2’ is one-to many, i.e. Any one folder can have many accounts accessing it.Folder from table1 (Folders_table) Account from table2 (Perms_table) Type from table2 (Perms_table)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Automating the creation process of MS Access Tables
by alftheo (Scribe) on Sep 24, 2002 at 19:46 UTC |