I wrote a event procedure tinside a form to call a module;
Example
If Me.Combo215 = "wspec" Then
DoCmd.RunMacro (MACRO1.CON_WSPEC)
ElseIf Me.Combo215 = "WROCI" Then
DoCmd.RunMacro (MACRO1.CON_WROCI)
End If
I get the following error.
Object Required.
What am I doing wrong?
Thanks Gary
I used to be able to put a hyperlink in a table and connect to a Object in this database. Now I can't do this in a table only a form, why is this?
Gary
I have a combo box (Combo1) with 2 columns (Column 1 and Column 2)
Combo 1 displays column 1.
How do I get Column 2 to display in a text box?
Thanks Gary
I have a table with a records listed below. (Sample)
ID Date Finished Section Code
3 3/1/2004 Yes rmqe 2439
4 6/1/2004 No rmqo 2439
5 8/1/2004 Yes rmqo 2439
6 12/1/2004 No rmqe 2439
7 2/1/2003 Yes rmqe 2439
8 6/1/2004 Yes rmqo
I want to have make a query that will exract records with a...
I have a query with a field titled "location", with data like -
Buld. 109
Buld. 17
Buld. 8
How can I sort this data sort it come out looking like this
Buld. 8
Buld. 17
Buld. 109
etc..........
Thanks Gary
Here is the FiveSec function
Public Function fivesec()
If Me.username = "larsong" Then
Me.Text243 = "RMQX"
End If
If Me.username = "buckc" Then
Me.Text243 = "RMQM"
End If
If Me.username = "abramd" Then
Me.Text243 = ""
End If
If Me.username = "combsc" Then
Me.Text243 = "RMQE"
End If
If...
Different Maschine - same error
Comment out - same error
used new code - same error.
My form would work for about 1 day (24 hours) then with know warning it would start getting this error message.
I'm geting error messages when open my form.
The expression On Load you entered as the event property setting produced the following error: A problem occured while Microsoft Access was communicating with the OLE server or ActiveX Control.
Also same message but for on current.
Here's my code...
I get the error even after the form is open, each time I navigate to the next record it give me that message but instead of saying "The expression On Load", it says "On Click". Could the code be to confusing?
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.