A
Alfred
Hi
I get the following error in line 5. Runtime error 3270. Property not found.
My DAO reference is 3.6.
I am using access 2002
This used to work fine. I have no idea why I suddenly get this error. I did
install the office XP Developer Service pack 1.
Dim ConnectStr As String
ConnectStr = CurrentDb.TableDefs("DbMaster1").Connect
ConnectStr = Mid([ConnectStr], InStr([ConnectStr], "database=") + 9)
ConnectStr = "Jamtech Accounting: " + ConnectStr
CurrentDb.Properties("AppTitle") = ConnectStr ' This line give the
problem
Application.RefreshTitleBar
Can I change the above code to ADO code
Thanks for help
I get the following error in line 5. Runtime error 3270. Property not found.
My DAO reference is 3.6.
I am using access 2002
This used to work fine. I have no idea why I suddenly get this error. I did
install the office XP Developer Service pack 1.
Dim ConnectStr As String
ConnectStr = CurrentDb.TableDefs("DbMaster1").Connect
ConnectStr = Mid([ConnectStr], InStr([ConnectStr], "database=") + 9)
ConnectStr = "Jamtech Accounting: " + ConnectStr
CurrentDb.Properties("AppTitle") = ConnectStr ' This line give the
problem
Application.RefreshTitleBar
Can I change the above code to ADO code
Thanks for help