S
Scott
I'm trying to get the last record from myTable and get myField1 and
myDateField2. I think it can be done using LAST() and also using the date
value of myDateField2, but I'm not having any luck.
Any help?
CODE ********
sSQL = "SELECT LAST(myFieldID), myField1, myDateField2 FROM myTable"
myDateField2. I think it can be done using LAST() and also using the date
value of myDateField2, but I'm not having any luck.
Any help?
CODE ********
sSQL = "SELECT LAST(myFieldID), myField1, myDateField2 FROM myTable"