Hello,
I know it may be over do but here is how I solved a similar problem.
Module Code:
Option Compare Database
Option Explicit
Declare Function aht_apiWriteProfileString Lib "kernel32" Alias "WriteProfileStringA" (ByVal strAppName As String, ByVal strKeyName As String, ByVal strValue As...