Search results

  1. B

    How to avoid ms error message "You can't go to a specified record"

    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...
  2. B

    Opening a specific record in a form and subform from a continuous form

    GOAL: Select an employee and project from a continuous form and open the associated employee form and project subform. I have a table (Employees) with a primary field EmpID. And I have a related table Projects that includes the EmpID. It also has the primary field ProjID) I have a parent form...
  3. B

    Hi AccessWorld

    I have done basic access work before and am now learning how to do more with vba. Help needed!
Back
Top Bottom