Prezados, boa noite!
Estou tentando utilizar os códigos abaixo porém sem sucesso. Também tentei trocar NULL por "", porém também nãoo deu certo.
DoCmd.ApplyFilter , "[statusserviço] = 'Bloqueado'"
If Me.StatusServiço.Value = Null Then
DoCmd.ApplyFilter , "[statusserviço] = 'Ativo'"
End If
OU
Me.Filter = "[statusserviço] = 'Bloqueado'"
Me.FilterOn = True
If Me.StatusServiço = Null Then
Me.Filter = "[statusserviço] = 'Ativo'"
Me.FilterOn = True
End If
Quem puder ajudar eu agradeço.
Abraços
Estou tentando utilizar os códigos abaixo porém sem sucesso. Também tentei trocar NULL por "", porém também nãoo deu certo.
DoCmd.ApplyFilter , "[statusserviço] = 'Bloqueado'"
If Me.StatusServiço.Value = Null Then
DoCmd.ApplyFilter , "[statusserviço] = 'Ativo'"
End If
OU
Me.Filter = "[statusserviço] = 'Bloqueado'"
Me.FilterOn = True
If Me.StatusServiço = Null Then
Me.Filter = "[statusserviço] = 'Ativo'"
Me.FilterOn = True
End If
Quem puder ajudar eu agradeço.
Abraços