Search results

  1. F

    Weird error with append query.

    Hey guys (again :o) I've encountered another weird error when applying an append query through a button. Here's the code: Private Sub cmdSaveChanges_Click() On Error GoTo Err_cmdSaveChanges_Click 'Saves the new Inspector information into the information table. 'Adds the two references...
  2. F

    Two Query Problems

    Alright, Problem #1 - Im attempting to append two values into a table when a button is pressed. There are two cases for this, for my first case it works fine. The second case involves choosing a pre-existing record to append into a reference table. Here is the code: DoCmd.RunSQL "INSERT...
  3. F

    Adding records directly to a table.

    Here is basically what I have and what I need to do: I have a form with several text boxes which are going to be filled in. Clicking on a button at the bottom of the form will save this information into a table (the table associated with the form). However, it also needs to fill in a junction...
  4. F

    Listbox Selection Help!

    Hey guys - I'm somewhat new to Access and I've been put in charge of developing a user interface for an already established database. Basically - all of the relationships and values are in place. I've already constructed a "Search" form where the user can sort all of the records presented in a...
Back
Top Bottom