I have 4 column table, (A,B,C,D) where I have a D column values already determined based on A,B,C values.
Now, later in other application I want to know the D value based on some given values for A,B,C ( D=Function(A,B,C) )
For example I give a query for D=F(A=2.5, B<=1.5, C>=1.7)
If value in coulumn A Equal=2.5
If value in coulumn B Equal<=1.5
If value in coulumn C Equal>=1.7
Then value I am looking for is=D
How can I solve this problem (Just through VB programming?)
Any suggestions?
Now, later in other application I want to know the D value based on some given values for A,B,C ( D=Function(A,B,C) )
For example I give a query for D=F(A=2.5, B<=1.5, C>=1.7)
If value in coulumn A Equal=2.5
If value in coulumn B Equal<=1.5
If value in coulumn C Equal>=1.7
Then value I am looking for is=D
How can I solve this problem (Just through VB programming?)
Any suggestions?