manejo si/no en query
Publicado por Amilgar (35 intervenciones) el 12/10/2004 19:36:26
Hola estoy manejando un campo si/no en access, de ke manera al hacer un query, verifico si es si o no? estoy haciendo esto pero no hace lo ke kiero, y lo deberia de hacer, no se si en la manera en ke manejo en el query lo de true, este bien, si hay alguna otra manera de hacerlo porfa ayudenme
SELECT a.period name, a.product name, a.product memo, a.product description, a.customer name, a.value
From Cost_Object_Cost a, dim4 b, vh_period c, pedimentos d
where c.status=true
and d.status=true
and b.status=true
and a.Period Name=c.period child name
and a.Product Description=d.pedimento
and a.Customer Name=b.customer name
SELECT a.period name, a.product name, a.product memo, a.product description, a.customer name, a.value
From Cost_Object_Cost a, dim4 b, vh_period c, pedimentos d
where c.status=true
and d.status=true
and b.status=true
and a.Period Name=c.period child name
and a.Product Description=d.pedimento
and a.Customer Name=b.customer name
Valora esta pregunta


0