Hi all,
I keep getting a error in my on click code can you help me fix the problem?
Private Sub Command2_Click()
Dim mybookmark As Object
Dim rs As Recordset
Set mybookmark = Me.Form.Records...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21518792.html
Zones:
MS AccessDate Answered: 08/13/2005 Grade: A Views: 0
I have a user form with 5 text boxes.
when a value is entered in the first box, and a button labelled search is clicked, the form searches column A in the next worksheet for that value and the pop...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 04/25/2006 Grade: B Views: 0
I have an application with 2 projects: an exe and an ActiveX DLL project.
The DLL contains some classes.
These 2 projects are in 2 different directories.
I grouped these 2 projects (in group1...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20141563.html
Zones:
Visual BasicDate Answered: 07/09/2002 Grade: A Views: 0
I am getting an error 91 whenever i assaign one of the values in my object. the property has let/get and does not use set. here is what I get the error on
myclsdeclare.server="www.apex2000.net"...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20304376.html
I've created a program that uses a MS Access DB (Version 2.0) and it works properly in my computer.
However, when I distribute, it sometimes does not work in other computers and gives the follow...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20428600.html
Zones:
VB DBDate Answered: 09/16/2003 Grade: A Views: 0
I have some code that is throwing an error on the second execution of it. I run thru a database picking word documents, then take that list of documents and open them and assign the text of the doc...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20504538.html
Zones:
Visual BasicDate Answered: 02/07/2003 Grade: A Views: 0
I am having a problem when trying to install a component that I made. I am not using any special components just the Default ones in VB. It works fine on computers that have Visual Studio installed...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20959998.html
I am trying to write a simple database program. My problem is when one of the forms loads I get a run time error 91. Here is a copy of the code from this form. Debug highlights my error at UserInfo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21099825.html
Zones:
Visual BasicDate Answered: 08/19/2004 Grade: A Views: 0
Hi ,
im v new to VB.... when i run this code I get the above error...
Private Declare Function RegCreateKeyEx Lib "advapi32.dll" _
Alias "RegCreateKeyExA" (ByVal hKey As Long, ByVal lpSubK...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21274357.html
Zones:
Visual BasicDate Answered: 01/14/2005 Grade: A Views: 8
I have a very simple piece of code that reads a folder and populates a tree view. This code has been working fine on all my Win9x/2000 machines. However, I recently upgraded one of my machines to W...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21302784.html
Zones:
Visual BasicDate Answered: 02/04/2005 Grade: A Views: 0