I have a c# program with a MS Access DB that holds various details about various things.
I have created a set of functions to build the sql requests / oledb requests for reading writing and counting e.t.c using RequestScalar, although now I have hit the limit of my knowledge of oledb and queries.
I have a table that contains a set of records each with a uniquie ID and other details including a category id. Each category ID can be used many times in this table for different records.
I have the category ID and I want to fetch all of the records that have this category ID.
Can anyone guide me in the right direction?
Thanks in advance
Adam
Loading
Suthish NairPosted Feb 28, 2011, 10:20 AM
Guest UserPosted Feb 28, 2011, 9:42 AM
YearGroups
Students
An example of what I want to do is....
I have the YearID "3" and I want to get a list of the first and second names of the students that are in that year.
Suthish NairPosted Feb 28, 2011, 9:30 AM