Search results

  1. Deverry

    Want One Form to do everything

    I have 3 identical forms except for coding which basically perform the same task. One is for record entry, one for editing and one for finding individual records (ie filtering). These forms all have a check box and depending whether it is true or false specific instructions need to be...
  2. Deverry

    Checkbox problems

    I have a form with a checkbox field. When the checkbox = true I want a popup box that asks for additional information (data to go to the same underlying table or as a sub-table). I am able to get the popup box to activate via code in the After Update If Me.SP = True Then DoCmd.OpenForm...
  3. Deverry

    Custom Dialog Box Code

    Hi, I have created a custom dialog box which is to replace query parameter popups. Query results in 3 pop up boxes and I'd like the CDB to replace same with one pop up box where all criteria may be entered. I believe this would have to be coded but I am way over my head in this area having...
Back
Top Bottom