how can i make a query which recieves dates greater or equal to todays date? I
tried this sql statement, but it included some dates from 2004 and '03. select
* from users,brides where brides.userid=users.userid and brides.weddatecomp >=
#createodbcdate(now())# thanks.