Search results

  1. R

    Solved Query Fields not Visible When Creating Form

    I have a query that I am trying to create a subform and place on a main form. When I create the subform it works fine but when I place it on the main form it will not show and gives the error that the form is not bound. When I try to create the subform from a query, the fields of the query are...
  2. R

    Solved Update Record on Change in Check Box

    I have a form that when one of three boxes is checked it adds the value to a field on the subform. How do I update the field to the new value if the user changes it after it has already added the previous selection? My code to add the value is: Private Sub Form_BeforeUpdate(Cancel As Integer)...
  3. R

    Solved Update Record in Table with Combo Box Selection

    I have a form with a subform that I would like a combo box on the form to update as records are added to a table via a subform. I used the following code for the subform event AFTER UPDATE, but I get an error that says it cannot find the field. Any suggestions on how to correct so that when data...
  4. R

    Bad Post

    Sorry, wrong spot
  5. R

    Hi! Newbie here.

    New to the forum, intermediate access user.
Back
Top Bottom