Hi folks. Here's what I'm trying to do:
1. Pull lots of detail transaction records into a datatable, including blank columns for codes.
2. Loop through those records and populate the code fields based on values in other tables.
3. Create a summary datatable based on the coding in step 2.
This should be a piece of cake I know. Steps 1 and 2 are no problem but I'm completely stuck on step 3. Is there a way to do a 'normal' SQL query on a datatable?
(I'm not able to modify the database itself.)
Any help would be greatly appreciated!
Chandler
1. Pull lots of detail transaction records into a datatable, including blank columns for codes.
2. Loop through those records and populate the code fields based on values in other tables.
3. Create a summary datatable based on the coding in step 2.
This should be a piece of cake I know. Steps 1 and 2 are no problem but I'm completely stuck on step 3. Is there a way to do a 'normal' SQL query on a datatable?
(I'm not able to modify the database itself.)
Any help would be greatly appreciated!
Chandler