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...
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.