HI,
I guess this is the correct forum for this question
i have an array 'validcodes'
now i have another array which has two columns from a recordset idno and values
i want to check and see if the values in second array are the values specified in teh first array.
if they are not then i...
I am trying to use the following syntax to get all the values in a column for a particular field in to an array
(astrFields(intIx)) points to the field name
varii = (.Fields(astrFields(intIx)))
if varii is declared as variant is this enough to get all the field values into varii
HI
I have two tables like the following:
table1
id variable
1 speed
2 distance
3 acceleration
table2
id allowedvalue
1 3
1 5
1 6
2 4
2 5
i want to write a a loop to check whether for a given variable in all tables in the database the values is within the allowed value. THe link for getting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.