property not found

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top