My form [Menu] has a combo box where ClientID is remembered for later use.
I then open a form: frmClientEdit
WHERE Condition= [ClientID]=[Forms]![Menu]![ClientID]
Works ok. Except if the user fails to choose a ClientID from the combo box before opening the form, then a Microsoft Visual Basic...