Search results

  1. T

    Single record for each report page

    hi guys. Access newbie. I have a report which basically shows a chunk of records from my database. Is there anyway i can set up the report so that every record has it's own page? Thank you!
  2. T

    Ignore null/blank criteria in query

    Hi guys. I have an update query that works fairly well, until the textbox that the criteria is based upon is blank. I have a form that is bound to a table, with several textboxes that inherit from a combobox (this all works perfectly). After selecting the record, the user then types into...
  3. T

    How to update a record through a form

    The problem is, is that it does change the necessary details, but saves both copies. The before the change copy of the record, and then also the after the change copy of the record.
  4. T

    How to update a record through a form

    Im new to access and im having trouble implementing something. Basically, i have a form with a combo box, some text boxes, and a command button. What i want to do is have the user select a record from the combo box, which then populates the textboxes (I've already managed to do this). Once the...
  5. T

    Delete button that deletes record from database

    I found this code, and have it implemented in the "onClick" tab, but it doesnt delete the record. Private Sub Command21_Click() DoCmd.RunCommand acCmdDeleteRecord End Sub But it doesnt delete the record from the database
  6. T

    Delete button that deletes record from database

    There's nothing in the vba code at the moment. All the wizard does is give me a button that "clears" the form.
  7. T

    Delete button that deletes record from database

    Hi guys. Im very new to Access, so theres a lot i dont know. I've currently got a form that has a combo box, some text boxes, and a delete button on it. I've managed to get the textboxes to autofill based on what the user selects from the combo box, but im stuck with how to go about deleting...
Back
Top Bottom