Prezados, boa tarde!
Estou tentando realizar uma verificação de itens em uma tabela, porém não estou conseguindo, mesmo com o critério do Item da tabela não selecionado como SIM.
mf2a1nc = DCount("[Item] = '2.A.1'", "tbchecklist", "[NC]= True") '''Aqui ele retorna 1, ok! Está selecionado como Sim na tabela
mf2a1ok = DCount("[Item] = '2.A.1'", "tbchecklist", "[OK]= True") '''Aqui ele retorna 0, ok! Está selecionado como Não na tabela
mf2a1ne = DCount("[Item] = '2.A.1'", "tbchecklist", "[NA]= True") '''Aqui ele retorna 0, ok! Está selecionado como Não na tabela
'''
mf2A2NC = DCount("[Item] = '2.A.2'", "tbchecklist", "[NC]= True") '''Aqui ele retorna 1 também, porém não está selecionado como Sim na tabela
mf2A2OK = DCount("[Item] = '2.A.2'", "tbchecklist", "[OK]= True")
mf2A2NA = DCount("[Item] = '2.A.2'", "tbchecklist", "[NA]= True")
Desde já agradeço a ajuda de vocês.
Cordialmente,
Marcos Fábio
Estou tentando realizar uma verificação de itens em uma tabela, porém não estou conseguindo, mesmo com o critério do Item da tabela não selecionado como SIM.
mf2a1nc = DCount("[Item] = '2.A.1'", "tbchecklist", "[NC]= True") '''Aqui ele retorna 1, ok! Está selecionado como Sim na tabela
mf2a1ok = DCount("[Item] = '2.A.1'", "tbchecklist", "[OK]= True") '''Aqui ele retorna 0, ok! Está selecionado como Não na tabela
mf2a1ne = DCount("[Item] = '2.A.1'", "tbchecklist", "[NA]= True") '''Aqui ele retorna 0, ok! Está selecionado como Não na tabela
'''
mf2A2NC = DCount("[Item] = '2.A.2'", "tbchecklist", "[NC]= True") '''Aqui ele retorna 1 também, porém não está selecionado como Sim na tabela
mf2A2OK = DCount("[Item] = '2.A.2'", "tbchecklist", "[OK]= True")
mf2A2NA = DCount("[Item] = '2.A.2'", "tbchecklist", "[NA]= True")
Desde já agradeço a ajuda de vocês.
Cordialmente,
Marcos Fábio