• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

The Ten Commandments of Microsoft Access

EMPshockwave82

Diamond Member
Edit: must only be funny because this sounds EXACTLY like my oracle teacher i had talking about databases... sorry for the confusion

So I'm researching microsoft accesss databases and how to change fields and values using vb scripting, among other things, and I find this. I hope you enjoy

1. Thou shalt design normalized tables and understand thy fields and relationships before thou dost begin.

2. Thou shalt never allow thy users to see or edit tables directly, but only through forms and thou shalt abhor the use of "Lookup Fields" which art the creation of the Evil One.

3. Thou shalt choose a naming convention and abide by its wisdom and never allow spaces in thy names.

4. Thou shalt write comments in your procedures and explain each variable.

5. Thou shalt understand error handling and use it faithfully in all thy procedures.

6. Thou shalt split thy databases.

7. Thou shalt not use Autonumber if the field is meant to have meaning for thy users.

8. Thou shalt not copy and paste other people's code without at least attempting to understand what it does.

9. Thou shalt not use "SendKeys", "Smart Codes" or "GoTo" (unless the GoTo be part of an OnError process) for these will lead you from the path of righteousness.

10. Thou shalt back-up thy database faithfully, working not on thy Production Database, but on the Prototype Copy, as it is right and good to do.



Link to 10 commandments
 
11. Thou shalt use MySQL over Access.




PS. would be a good post if were posted in the PROGRAMMING FORUM. ahem mods.. 😎
 
I am using access right now and it sucks! I spent an hour trying to figure out why i couldn't use 2 values and an OR function to limit a query. I suspect that spaces in the field values was creatign problems. I finally just used the ID numbers and was able to do it.

<---DB noob, but learning.
 
Thou shall not use Access to begin with?

I've used Access in the past to work with a asp project, and damn was I ever happy when it was done

My experience with that database was not exactly positive.

MySQL on the other hand is a dream to use.
 
hi, i don't even know what databases doo...but since everyone says that Access is st00pid and ghey, I guess I should to eh?
 
11. Thou shall use x to loop. If thou is nesting loops, thou shall use x for the outer loop and y for the inner loop. Should thou decide to nest inside of a nested loop, thou shall use the variable z.
 
Ok folks, it's meant to be funny to those of you who both know databases AND have to work with, or at least have knowledge of, the clueless idiots using Access out there.
 
Originally posted by: her209
SELECT * From 10Commandments where Commandment = 'funnay'

0 records returned

Fixed.

I've dealt with Access and those "clueless idiots" and it's still not very funny.

 
Back
Top