adding points to a table on a time period

  • Thread starter Thread starter pfenwick
  • Start date Start date
P

pfenwick

Guest
Can you help we have a data with a list of jobs that scores points, I need to build a query or scirpt that will add 5 points every 30 day fro the date the job was submitted this will help old jobs come the top of the list.
 
int(datediff("d",[YourStartingDate],date())/30)*5

Run this daily in an update query.
 

Users who are viewing this thread

Back
Top Bottom