S
Shimon
Here is the code I'm using
Dim sOriginal As String
Dim sNew As String
Dim log As String
sOriginal = "tblMember"
sNew = "tblMemberUS"
String_In_Queries_Alter (sOriginal, sNew)
The module is from the codescan DB I got off Allen's site (I think).
Any help would be appreciated,
Shimon
Dim sOriginal As String
Dim sNew As String
Dim log As String
sOriginal = "tblMember"
sNew = "tblMemberUS"
String_In_Queries_Alter (sOriginal, sNew)
The module is from the codescan DB I got off Allen's site (I think).
Any help would be appreciated,
Shimon