RainLover
VIP From a land downunder
- Local time
- Today, 11:13
- Joined
- Jan 5, 2009
- Messages
- 5,041
Ok so 2 questions, hopefully simple ones.... first off Ive started altering my code like you suggested and its going fine, I had to add another variable for some reason, Im not entirely sure why I NEED a Publisher_Edit_SQL but I couldnt get it to work without it for the life of me.... looks nicer with it anyway so I wont complain, it will allow me to troubleshoot the update line easier since now its in 1 location instead of 2.
I don't know if this will solve your problem or not but you should be using "Option Explicit"
This forces all Variables to be declared as to what type they are. I believe this is important but you can get away with out it if you are good enough. I know I am not so I always use it.