Hi, hope I'm asking in the right place...
I am writing a VB.NET 2005 app using an Access DB. I have a table in my dataset I have already filled with records (randomly) I want to include in my results. I also need to select records for a new query and compare them to the results in that table, leaving out any records that don't match the selections in the first.
I could do it programmatically, iterating through all the records in the second data table and discarding any that don't match what's in the first, but I'd rather do it in the query first if I can.
If I were doing this in Oracle I would think I'd use a stored proc with a cursor in it, but I'm using Access and I'm not very familiar with this yet. Any suggestions on how to approach this?
Thanks
CraigHartz
I am writing a VB.NET 2005 app using an Access DB. I have a table in my dataset I have already filled with records (randomly) I want to include in my results. I also need to select records for a new query and compare them to the results in that table, leaving out any records that don't match the selections in the first.
I could do it programmatically, iterating through all the records in the second data table and discarding any that don't match what's in the first, but I'd rather do it in the query first if I can.
If I were doing this in Oracle I would think I'd use a stored proc with a cursor in it, but I'm using Access and I'm not very familiar with this yet. Any suggestions on how to approach this?
Thanks
CraigHartz