Ipad Pete

Saturday, November 27, 2010

Enhance the quality of your VBA code - Microsoft Access - Site Home - MSDN Blogs

See this awesome blog on improving your vba code from the Access Power Tips site.

Enhance the quality of your VBA code - Microsoft Access - Site Home - MSDN Blogs
Photobucket

Friday, November 26, 2010

Access 2007 Normalisation

I haven't had much experience with database normalization. I have started what i believed to be a simple project. To track horse races and update per race and horse a comments database.

I figured I would be able to use reports to later blog with for people interested in Australian horse racing. Here is a thread I started on Access World Forums. if you have any comments or suggestions on my normalization please comment. Here is the thread.

This is where my database is at. I am planning to use MySQL as the backend to my Access database so I can later query it as part of a larger program with Ruby and Sequel.

http://i988.photobucket.com/albums/af10/Sayth_Renshaw/Relationships.png


This is any easy one to slip through the cracks in case you missed it here is a good discussion from the Ruby google group on ruby 1.8 and the differences benefits/minuses of different string handling in ruby 1.9

Ruby 1.8 & 1.9 discussion on google groups

Cheers

Tuesday, November 9, 2010

7.  Arrays and Iterators

Chris Pines Book, The perfect starting place for Ruby Newbie's.

http://pine.fm/LearnToProgram/?Chapter=00

Sayth's shared items