Hi All,
I'm not an expert in Access, and appreciate it a lot if anyone can help me answering the following questions/problems (I use Access 2007 by the way):
1. How can I export the tables structure (including all relationships) to a word, visio, similar office file or a pdf file?
I tried using the "relationship report", but apparently my database is too large, that I got the message: "the Relationships window layout is too large to fit in a Microsoft Office Access report. Some of the tables and/or relationship lines will not show up in your report. To print all relationships make the layout smaller and run the wizard again."
I tried to make the layout smaller, but couldn't.
Any help?
2. When I go to relationships in order to add a relationship between 2 tables, I am not able to display all tables in that relationships view, since I have so many tables in my database. Is there a way that I get Access to display 2 specific tables (and may be not the rest, so that it is easier to view), so that I add a relationship just between those 2 tables?
3. Apart from the method in my question no. "2", is there a way of creating relationships between two tables other than opening the relationships view and dragging a relationship between 2 tables?
4. For one certain table, a certain field (period ID) has to be in order, i.e., whenever the user inputs certain records, he has to make sure that that field is ordered in sequence, i.e. he inputs the record for when the periodID is 1, then that for when the periodID is 2,....etc. Is there a way that I enforce the user to do so?
The only way I see is to write a macro that checks the order, after the user inputs them, but that wouldn't even work perfectly for me; since the user might skip record(s) for certain PeriodIDs, which is not allowed, i.e. he might enter the record for when the periodID is 1, then that for when the periodID is 3, and skip that for when the periodID is 2.
Is there a way to ensure that?
Thanks a lot in advance.
Aly
I'm not an expert in Access, and appreciate it a lot if anyone can help me answering the following questions/problems (I use Access 2007 by the way):
1. How can I export the tables structure (including all relationships) to a word, visio, similar office file or a pdf file?
I tried using the "relationship report", but apparently my database is too large, that I got the message: "the Relationships window layout is too large to fit in a Microsoft Office Access report. Some of the tables and/or relationship lines will not show up in your report. To print all relationships make the layout smaller and run the wizard again."
I tried to make the layout smaller, but couldn't.
Any help?
2. When I go to relationships in order to add a relationship between 2 tables, I am not able to display all tables in that relationships view, since I have so many tables in my database. Is there a way that I get Access to display 2 specific tables (and may be not the rest, so that it is easier to view), so that I add a relationship just between those 2 tables?
3. Apart from the method in my question no. "2", is there a way of creating relationships between two tables other than opening the relationships view and dragging a relationship between 2 tables?
4. For one certain table, a certain field (period ID) has to be in order, i.e., whenever the user inputs certain records, he has to make sure that that field is ordered in sequence, i.e. he inputs the record for when the periodID is 1, then that for when the periodID is 2,....etc. Is there a way that I enforce the user to do so?
The only way I see is to write a macro that checks the order, after the user inputs them, but that wouldn't even work perfectly for me; since the user might skip record(s) for certain PeriodIDs, which is not allowed, i.e. he might enter the record for when the periodID is 1, then that for when the periodID is 3, and skip that for when the periodID is 2.
Is there a way to ensure that?
Thanks a lot in advance.
Aly