B
Brady Snow
strSQL = "SELECT MixDesignID.PlantID, MixDesignID.MixID,
MixDesignID.StoneName, MixDesignID.StoneWt " &_
"FROM (MixDesignID INNER JOIN PlantID ON MixDesignID.ID =
PlantID.ID) INNER JOIN StoneID ON (MixDesignID.ID =
StoneID.ID) AND (PlantID.ID = StoneID.ID)" &
"WHERE (((MixDesignID.PlantID)= " & ME.PlantID)" & " AND
((MixDesignID.MixID)=" & ME.MixID))"
It works in access but when I put in the forms coding it
does not like it.
MAny Thanks,
Brady Snow
MixDesignID.StoneName, MixDesignID.StoneWt " &_
"FROM (MixDesignID INNER JOIN PlantID ON MixDesignID.ID =
PlantID.ID) INNER JOIN StoneID ON (MixDesignID.ID =
StoneID.ID) AND (PlantID.ID = StoneID.ID)" &
"WHERE (((MixDesignID.PlantID)= " & ME.PlantID)" & " AND
((MixDesignID.MixID)=" & ME.MixID))"
It works in access but when I put in the forms coding it
does not like it.
MAny Thanks,
Brady Snow