HillTJ
To train a dog, first know more than the dog..
- Local time
- Yesterday, 18:02
- Joined
- Apr 1, 2019
- Messages
- 731
Hi, I have been an enthusiastic amateur for about 5 years & a keen forum follower for the past 12 months or so and thought I may be able to pass on some tips that I’ve learnt from a newbie’s perspective.
For background, my first exposure to ‘databases' was at a company I worked for, where they used a self-written system of databases based upon a Symantec product called ‘Q&A’. This was a dos based product &, I think, probably a flat file database! During that time, I became the "System Administrator" by attrition and, I’m thinking by mid 1990's, Access became available to us. We trialed it but concluded that the old dos database was more compatible with our eclectic mix of computers, so stuck with it. We also trialed a windows version of ‘Q&A’ called ‘Sesame' if I recall. Anyway, I fell for the beauty & power of databases, when most others were using excel in various guises.
To the subject at hand and please feel free to add to or amend this list.
In no particular order, I'd suggest;,
For background, my first exposure to ‘databases' was at a company I worked for, where they used a self-written system of databases based upon a Symantec product called ‘Q&A’. This was a dos based product &, I think, probably a flat file database! During that time, I became the "System Administrator" by attrition and, I’m thinking by mid 1990's, Access became available to us. We trialed it but concluded that the old dos database was more compatible with our eclectic mix of computers, so stuck with it. We also trialed a windows version of ‘Q&A’ called ‘Sesame' if I recall. Anyway, I fell for the beauty & power of databases, when most others were using excel in various guises.
To the subject at hand and please feel free to add to or amend this list.
In no particular order, I'd suggest;,
- Align yourself with an excellent forum such as this. Forum members are only too willing to help.
- Don't think that you are the first person to encounter a particular issue, there is always help at hand.
- Study as many example databases as possible.
- Keep a file of code samples even print out stuff & keep it in a folder for later
- Run 2 monitors, that way you can keep your project on a screen, whilst googling stuff or displaying code samples etc. on the other.
- Queries made via the ribbon tool are best used where you may wish to refer to them on multiple occasions. If you need a ‘single use' query, select the query builder 3 dots on a form or control row source to build the query. That way you do not clutter the project navigation pane with a stack of queries that you only refer to once
- Master ‘many to many relationships’, they pop up more often than you may think.
- Master ‘composite' keys, particularly useful on the ‘join' table of the many to many relationships.
- Don't settle for compromises. If something is not how you like it fix it.
- If something doesn't work, take a break.