C
ct4accessHelp
I have two tables: "Courses" and "Prerequisites" and a third query
"qryCourses" that bridges the two so I know which courses have prereqs and
what they are. One course may have multiple prerequs and could look like this:
Course ID PrereqsID
3200000012 320000001
3200000012 320000002
3200000013 320000012
3200000014
3200000015 320000001
3200000015 320000002
3200000015 320000003
I attempted to borrow the code from Duanes "Concatenate Demo" database but I
continue to get a run-time error '-2147217904 (80040e10)': No value give for
one or more required parameters.
Please pleease pleeease help...
"qryCourses" that bridges the two so I know which courses have prereqs and
what they are. One course may have multiple prerequs and could look like this:
Course ID PrereqsID
3200000012 320000001
3200000012 320000002
3200000013 320000012
3200000014
3200000015 320000001
3200000015 320000002
3200000015 320000003
I attempted to borrow the code from Duanes "Concatenate Demo" database but I
continue to get a run-time error '-2147217904 (80040e10)': No value give for
one or more required parameters.
Please pleease pleeease help...