|
Postada em 17/03/2006 07:06 hs
Data2.RecordSource = " Select * from tab_agenda WHERE (((month(tabela!data)) = 3))" preciso que esse select, filtre somente registro referente ao mês X no caso o M~es tres por exemplo.. o que ha de errado? Abraços
Argemiro Aguiar da Silva Criativa Produtos e Serviços 5511 2135-9600
|
|
|
|
|
Postada em 17/03/2006 07:24 hs
O Nome da Tabela, no From está tab_agenda e no WHERE está tabela, veja qual é a correta
dsmn
|
|
|
|
Postada em 17/03/2006 07:29 hs
Data2.RecordSource = " Select * from tab_agenda WHERE DatePart("m", tabela!data) = 3"
|
|
|
Martini
|
PAROBÉ RS - BRASIL
|
|
ENUNCIADA !
|
|
|
Postada em 17/03/2006 12:16 hs
select * from SC7010 where Month(C7_EMISSAO) = 3
|
|
|
|
Postada em 17/03/2006 12:16 hs
select * from SC7010 where Month(C7_EMISSAO) = 3
|
|
|
|
Postada em 17/03/2006 12:16 hs
select * from SC7010 where Month(C7_EMISSAO) = 3
|
|
|