E
Emelina Bumsquash
based on helpful advice i found on here already, i created a union query so
that i could find maximum and minimum values (i hadn't heard of this type of
query before but the database was designed in such a way that a union query
was necessary)
the union query works well - it returns one column with a large list of
values.
all i want to do is then find the maximum and minimum values in that list! i
thought it would be straightforward enough i.e. just create a new query based
on the union query and use the access 'max' function. however, for some
reason, the 'max' function is returning the number '7' even though 7 appears
nowehere in the union query list! this is driving me crazy! can anyone help?
that i could find maximum and minimum values (i hadn't heard of this type of
query before but the database was designed in such a way that a union query
was necessary)
the union query works well - it returns one column with a large list of
values.
all i want to do is then find the maximum and minimum values in that list! i
thought it would be straightforward enough i.e. just create a new query based
on the union query and use the access 'max' function. however, for some
reason, the 'max' function is returning the number '7' even though 7 appears
nowehere in the union query list! this is driving me crazy! can anyone help?