My problem is that it is a .mde that we are deploying and that does not let me look at the references in VB. Any suggestions on how I can clear or correct the references? When I deploy do I need to have all the ocx's/referenced filesd in the same directories as on my development machine...
I have an Access application that runs fine on some machines (win 98 or 2000) but does not always run on others. On some machines I get the error - "The expression On Click you entered as the event property setting produced the following error:Object or class does not support the set of...
This code might help you to let the user do the table link via the application:
Dim resval As Integer
Dim strMsg As String
FileDialog.FileName = "*.mdb"
FileDialog.Flags = "&H1000" Or "&H4" 'cdlOFNFileMustExist Or cdlOFNHideReadOnly
resval =...
I have an Access application that runs fine on some machines (win 98 or 2000) but does not always run on others. On some machines I get the error - "The expression On Click you entered as the event property setting produced the following error:Object or class does not support the set of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.