Search results

  1. J

    Email function not working, no error messages

    I have an Access form used to review transactions, and when the user is done they click a "submit" button that saves the review information and sends an email to the submitter to let them know if it was approved or denied. The email is sent using the oApp/oEmail functionality in VBA. One user...
  2. J

    Unbound Combo Box Not working

    I have a bound form that is used to approve or deny billing adjustments. I have a simple unbound combo box on the form that has two values ("Approved";"Denied") that was left unbound so that the data does not append to SQL until the user clicks the submit button. This form/database has been...
  3. J

    Referencing a subform control with VBA

    I have a form (frmViewAllAdjustments) that shows all billing adjustments. Some are pending review and some that are already reviewed. The subform (ARO_Adj_Details Subform) shows the related records. My goal is to make the records on the subform editable if the record of the main form has not...
  4. J

    ODBC Error 3621 closing bound form

    I have a bound access form in which users enter new records to a SQL table. The table in which it is adding records to has a few required fields. I am able to successfully enter records into the table, and use VBA to mandate that the required fields are filled out before submitting the new...
  5. J

    New Guy

    Hello Access World! My name is Joe and I am from Rochester NY. I have worked with access databases in the past building simple queries/forms/reports, but recently got my first job as a coder/ developer. I am now getting my first exposure to advances MS access functions and VBA coding. I look...
Top Bottom