G
Guest
help..............please
i have following sql statement as a query
SELECT Results.
FROM Result
WHERE (((Results.Date_advert_ends)="30" And (Results.Date_advert_ends)>=[date])
ORDER BY Results.ID DESC
but when in front page recieve error. want i am trying to do i
SELECT Results.
FROM Result
WHERE (((Results.Date_advert_ends>=[TODAYS DATE????+ 30 days])
ORDER BY Results.ID DESC
i have following sql statement as a query
SELECT Results.
FROM Result
WHERE (((Results.Date_advert_ends)="30" And (Results.Date_advert_ends)>=[date])
ORDER BY Results.ID DESC
but when in front page recieve error. want i am trying to do i
SELECT Results.
FROM Result
WHERE (((Results.Date_advert_ends>=[TODAYS DATE????+ 30 days])
ORDER BY Results.ID DESC