RMI@
|
CAMPO BELO MG - BRASIL
|
|
Postada em 06/07/2004 11:59 hs
Olá, Alguém sabe como eu faço para usar uma instrução que filtre todos os registros cuja data de vencimento >= 30 dias? Ex: select * from REQUER where vencimen >= 30 dias Obrigado
RMI
|
|
|
|
|
Postada em 06/07/2004 12:04 hs
mVar = date + 30
"Select * from tabela where venc between #" & format(date,"mm/dd/yyyy") & "# And #" & format(mVar,"mm/dd/yyyy") & "#"
tente assim
Roberto
|
|
|
RMI@
|
CAMPO BELO MG - BRASIL
|
|
Postada em 06/07/2004 12:28 hs
Roberto, deu certo. Muito obrigado.
RMI
|
|
|