Monthly Archives: July 2006
Running SQL from Visual Basic Code – Apostrophe problems!
I recently encountered a problem that I’ve actually encountered millions of times before – trying to run an SQL string from VBA code which makes use of double apostrophe’s (“”). Naturally, VBA uses these to break from a string literal, but pure Jet-SQL uses them for functions like Format() and Nz().
So if you do [...]
Posted in General 2 Comments
Ms Access Tips
Hello valued reader!
Over the years, I’ve had the pleasure of doing quite a bit of work in Ms Access, and also in Visual Basic for Applications. On countless occasions I’ve benefited from the work of countless others who toil in this Rapid Application Development suite when I’ve encountered a hitch. I’ve always wanted to ‘give [...]
Posted in General Leave a comment
Useful Access Links