Search results

  1. J

    Form Setting Query Criteria

    I'm trying to run a query based on the values on a text box in a form, i had this working then i changed something and now it doesn't work and i can't remember what i did to make it stop working. Private Sub cmdJobCompleteButton_Click() Me.Visible = False DoCmd.OpenQuery...
  2. J

    Trying to Open Dialog Box with VB

    I'm trying to open a dialog box using VB code and the vbyesnocancel i want a report to open when the user clicks yes and when they click no i want to go head a print the report they are on. Private Sub Command30_Click() MsgBox ("Would You Like To Attach a Material Sheet?"), vbYesNoCancel If...
Back
Top Bottom