J
Jim McDonald
Hi all
Any ideas on this one? I want to find the max size of a field in a table, so
say:
SELECT Max(tablename.field) AS MaxNo FROM tablename
and then I want to get the value of MaxNo.
I can do it doing a max-lop etc, but I'd like just to get the field MaxNo,
with the number in it!!
Thanks for any ideas
Jim McDonald
Any ideas on this one? I want to find the max size of a field in a table, so
say:
SELECT Max(tablename.field) AS MaxNo FROM tablename
and then I want to get the value of MaxNo.
I can do it doing a max-lop etc, but I'd like just to get the field MaxNo,
with the number in it!!
Thanks for any ideas
Jim McDonald