G
Guest
In my form I have a Query that shows me what items have not been
used/available. The Query list though, even after I assign the first number,
keeps the same data. not until i close the form will it update. here is the
SQL View if anyone can help. Or is there a seting that I need to change?!?!
SELECT Tbl_PalletJacks.PalletJacks, Tbl_PPL_Main.PalletsJacksOut,
Tbl_PPL_Main.PalletsJacksIn
FROM Tbl_PalletJacks LEFT JOIN Tbl_PPL_Main ON Tbl_PalletJacks.PalletJacks =
Tbl_PPL_Main.PalletsJacksOut
GROUP BY Tbl_PalletJacks.PalletJacks, Tbl_PPL_Main.PalletsJacksOut,
Tbl_PPL_Main.PalletsJacksIn
HAVING (((Tbl_PPL_Main.PalletsJacksOut) Is Null));
used/available. The Query list though, even after I assign the first number,
keeps the same data. not until i close the form will it update. here is the
SQL View if anyone can help. Or is there a seting that I need to change?!?!
SELECT Tbl_PalletJacks.PalletJacks, Tbl_PPL_Main.PalletsJacksOut,
Tbl_PPL_Main.PalletsJacksIn
FROM Tbl_PalletJacks LEFT JOIN Tbl_PPL_Main ON Tbl_PalletJacks.PalletJacks =
Tbl_PPL_Main.PalletsJacksOut
GROUP BY Tbl_PalletJacks.PalletJacks, Tbl_PPL_Main.PalletsJacksOut,
Tbl_PPL_Main.PalletsJacksIn
HAVING (((Tbl_PPL_Main.PalletsJacksOut) Is Null));