Does anyone know a better way to do the following query?
SELECT [CCM_DETAIL_1_ACT].[FNAME],
[CCM_DETAIL_1_ACT].[LNAME],
[CCM_DETAIL_1_ACT].[ORG],
[CCM_MASTER_1_ACT].[INPUT],
[CCM_MASTER_1_ACT].[DUE],
[CCM_MASTER_1_ACT].[FILENO],
[CCM_MASTER_1_ACT].[DOCKET]...
I have the following bit of code placed in a module:
Function selectCriteria(ctl)
'Flush out the Criteria variable before adding new data
Criteria = ""
'Loop through the list box and build a string
'for all items selected
For Each Itm In...
OK, here is my situation. I have a table with a list of courses a student can take. In the same table is another field that lists the prerequisite course, if there is any.
Now, there is a form that I've created that allows the user to add eligible students to a class (the class is related to...
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.