wannabepro
04-13-2005, 06:42 AM
UPDATE Tblfin SET Tblfin.Processes = "Active"
WHERE (((Tblfin.Processes)="New") AND ((Tblfin.DateRecieved)<=30));
I need help in this query, what I am trying to do is I want to update a combo box where new records should be updated automatically and become active after a month. I know I am making a mistake, but I don't know where exactly. Because, its only working when date is less than 30 days, but for some strange reason its not doing this for more than value. What should I do?
Thanks in adv.
WHERE (((Tblfin.Processes)="New") AND ((Tblfin.DateRecieved)<=30));
I need help in this query, what I am trying to do is I want to update a combo box where new records should be updated automatically and become active after a month. I know I am making a mistake, but I don't know where exactly. Because, its only working when date is less than 30 days, but for some strange reason its not doing this for more than value. What should I do?
Thanks in adv.