The search function does not seem to be working at the moment. I would like to work my way through a record selected from a query. Taking each field at a time and comparing it with an equivalent field in another selected record from the same query.
Now I can do that by specifing the field name each time and ending up with 20 comparison statements but I am sure that there is a better way. Using a for next loop and a index to identify the field.
Just guessing but would rst!field(i).value work where i is the index?
Now I can do that by specifing the field name each time and ending up with 20 comparison statements but I am sure that there is a better way. Using a for next loop and a index to identify the field.
Just guessing but would rst!field(i).value work where i is the index?