GeorgeDurkee
Programmer
What I want to do is select values from a table based on up to six sets of criteria. For each criteria, I want to display an X in a VB datagrid for the records that match the given criteria, so the result looks like this:
Identifier criteria1 critereia2 criteria 3
ABC X X
DEF X X
GHI X X
I can't figure out how to get the SQL statment to execute a function to determine if the value meets the criteria. What I am looking for is something like
Select *,function1(argument1),function1(argument) from table where criteria1, criteria2
I am running VB6 against an Access 2000 database until we can migrate over to Oracle or SQL Server.
Thanks
Identifier criteria1 critereia2 criteria 3
ABC X X
DEF X X
GHI X X
I can't figure out how to get the SQL statment to execute a function to determine if the value meets the criteria. What I am looking for is something like
Select *,function1(argument1),function1(argument) from table where criteria1, criteria2
I am running VB6 against an Access 2000 database until we can migrate over to Oracle or SQL Server.
Thanks