Hi I'm trying to check the date a table was last modified so i can run an update if it isn't today.
Something along the lines of
if date()<>table("Table1").modifieddate then
do....
end if
Not sure of the syntax for referencing the table modified date though. Can anybody help
Cheers
Something along the lines of
if date()<>table("Table1").modifieddate then
do....
end if
Not sure of the syntax for referencing the table modified date though. Can anybody help
Cheers