Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB Run Time Error '2185'
Name: John Date: September 16, 2002 at 09:17:26 Pacific OS: Windows 98 CPU/Ram: Intel 400Mhz and 256MB of
Comment:
"Run-time error '2185'. I am getting this error: Microsoft Access: Run Time Error '2185'
"you can't reference a property or method for a control unless the control has the focus."
My code is below: Private Sub Form_BeforeUpdate(Cancel As Integer) If Left(Label_TAG.Text, 4) "ADA-" Then Label_TAG.Text = "ADA-" & Label_TAG.Text End If End Sub
Summary: Hi Everyone! I am trying to run a stored procedure from SQL 2005 with Excel 2003 and VB 6.3. I am getting the error: Run-time error 1004 Application-defined or object-defined error. The highlighted l...
Summary: I am getting two run time errors on two different PCs when running a VB app. 1) Run Time Error 430 Class not supported Automation or does not support expected interface. This happens when I try to op...
Summary: I Recieve run time error 429 activex cannot create... Wghilst trying to run this script Private Sub List2_AfterUpdate() ' Find the record that matches the control. Dim rs As Object Set rs = Me.Record...