G
Guest
I would like to update the fields AdvTime in my query. Currently Access is
not allowing me to do this. Both fields are from seperate tables and are
Yes/No formats.
SELECT tblMABR_Plan.[Hospital No], tblMABR.DateMABR, tblMABR.AdvTime,
tblMABR_Plan.AdvTime
FROM tblMABR_Plan INNER JOIN tblMABR ON tblMABR_Plan.[Hospital No] =
tblMABR.[Hospital No]
WHERE (((tblMABR_Plan.[Hospital No])=62312));
Is there a way to do this?
not allowing me to do this. Both fields are from seperate tables and are
Yes/No formats.
SELECT tblMABR_Plan.[Hospital No], tblMABR.DateMABR, tblMABR.AdvTime,
tblMABR_Plan.AdvTime
FROM tblMABR_Plan INNER JOIN tblMABR ON tblMABR_Plan.[Hospital No] =
tblMABR.[Hospital No]
WHERE (((tblMABR_Plan.[Hospital No])=62312));
Is there a way to do this?