View Full Version : Adding Dword to Registry via VB


b_karv
07-06-2005, 05:38 AM
Hi,

Doesn't anyone know how to add a Dword to the window's registry via VB.

As Access\word now requires users to have to place SQLSecurityCheck key within windows in order for the mailmerge to work automatically from Access.

As I have multiple users using the program it would be alot easier for me to have the code running everytime it my Access DB loads than me storing the key manuallly for every user. So any help would be greatful.

Thanks in advance

Regards,

Karv

ghudson
07-06-2005, 06:14 AM
Did you try searching the forum?

This might help...
http://www.access-programmers.co.uk/forums/showthread.php?t=50395

b_karv
07-13-2005, 06:40 AM
Thanks alot for that. I will give it a try. :)

modest
07-13-2005, 08:07 AM
Also look at the built in SaveSetting() and GetSetting() Functions