access and frontpage

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top