G
Guest
I have a form with 25 different text boxes that are all formatted to
mm/dd/yyyy. I'm trying to write a query that find the most recent (maximum)
of them. I started by having the query pull the values for all 25 boxes from
the table where they are stored. I thought that I would be able to just
write an expression in another column of the query that finds the max of them
all. What I wrote is:
Current: Max("[Field1]","[Field2]", ..."[Field25]")
Access complained that the expression I was entering had a function
containing the wrong number of arguments. I tried the same formula without
the parentheses and again without the brackets, but to no avail. Is my
syntax wrong somehow? Or am I going about this all wrong? Thanks in advance
for any help.
mm/dd/yyyy. I'm trying to write a query that find the most recent (maximum)
of them. I started by having the query pull the values for all 25 boxes from
the table where they are stored. I thought that I would be able to just
write an expression in another column of the query that finds the max of them
all. What I wrote is:
Current: Max("[Field1]","[Field2]", ..."[Field25]")
Access complained that the expression I was entering had a function
containing the wrong number of arguments. I tried the same formula without
the parentheses and again without the brackets, but to no avail. Is my
syntax wrong somehow? Or am I going about this all wrong? Thanks in advance
for any help.