Search results

  1. A

    resetting a subforms textboxes

    I have a Form/subform that is used to allow editing of a user selected record from a table called personnel. When the form/subform is first opened, all text boxes are blank. The user selects the desired record from a combo box that uses a dropdown list to display all records of the table...
  2. A

    Preventing a record from being deleted

    I have a table with a blank record at the begining and populated records thereafter. I used the cmd button wizard to create a delete button for that table. Is there a way to prevent the blank record (record 1) from being deleted by the command button but still allow all other records to be...
  3. A

    Record selection

    I've created a form by selecting a table and use the insert menu command. I placed all fields from the table onto the form along with a combo box set to find a record based on the value I select in the combo box. Everything works great. I've noticed that when ever the form opens, the combo...
  4. A

    Edit cmd button image created by cmd button wizard

    I created a cmd button that when clicked will exit access. I used the Stop sign picture as the button image. I would still like to use the stop sign image, but replace the word "STOP" within that image to display the word "QUIT" Any ideas on how to do this?
  5. A

    edit existing command button icons

    I want to create a command button to close the access application and use the "EXIT" style picture. But I would like to modifiy the picture so that instead of the text "EXIT", it displays the text "QUIT". Anyone have any ideas on how to perform this?
  6. A

    Deleted records still appear in combo box

    I have a table that lists names. I've also set up cmd buttons to add new names, edit existing names, and delete names. Everything works great except for the Delete function. The delete function works, as the record is deleted. But if I go and try to delete a second name, the combo box...
  7. A

    How to edit records in a table?

    Hi, I'm new to access and seem to be running into a problem. I have a table called personnel. Each record conatins their rank, last, first, MI, and duty position. I'm having trouble setting up the process to select an individual within the table, showing the current data in the applicable...
Back
Top Bottom