The code does not seem to be working properly. It always opens to the first item of the form and does not open to the one selected.
Here is my code.
DoCmd.OpenForm "frmGarageUnitInfo", , , "GarageID = '" & Me.GarageID & "'"
It always opens the form to A1 instead of A2, A3, etc. if that one...