Search results

  1. T

    Solved Cannot post a reply,.

    I keep getting the message, Your content can not be submitted This is likely because your content is spam-like or contains inappropriate elements Please change your content or try again later If you still have problems please contact an administrator Even gets it on a blank reply
  2. T

    How do i Set the Selected Field value In a 2nd combo box with a field in 1st combo box once a field is selected in the first combo box?

    How do i Set the Selected Field value In a 2nd combo box with a field in 1st combo box once a field is selected in the first combo box? The 1st combo box is loaded with the contents of the Booklibrary TBL, which contains the AuthorsID. The second combo box is loaded with the contents Of the...
  3. T

    Update record selected in a comboBox from a button

    Thank You. It Works
  4. T

    Update record selected in a comboBox from a button

    Could you give an example.
  5. T

    Update record selected in a comboBox from a button

    All the other treads are marked Completed. Nowhere does any attached file show how to update a record. IF you have any that shows how to update a record please attach.
  6. T

    Update record selected in a comboBox from a button

    I want to update the selected record in a comboBox from a button not add a new record. I can add a record and delete a record.
  7. T

    The Delete code not executing

    The code does not execute when the delete button is pressed and a record is selected from the combo Box. It executes for the add delete author button, it is the same code as the Author code, but it is not being executed. I added a msgbox to the code but it never shows up. Looking at the delete...
  8. T

    The Delete code not executing

    The Delete code executes for The "Add/Delete Author Form", but does not execute for the "Add/ Delete Binding form.I must be missing some thing.
  9. T

    Edit A table entry from a combo box selection in VBA

    I want to select a authors name from a combo box and edit that persons name. Example name was misspelled. I would like to add it to the Authors FRM
  10. T

    How do I code delete a record from a combo Box with a button

    Thank You For All Your Hard Work.
  11. T

    How do I code delete a record from a combo Box with a button

    Worked Fine Thank You For all your hard Work. How can a person change a Record, example misspelled name?
  12. T

    How do I code delete a record from a combo Box with a button

    Works except when you key in a name that does not exist a msgbox comes up asking if you want to delete this record i answered no and the record was added. I guess that is a good way to do this, it gives the person a chance to delete the record that was just typed in. How Can you modify a record...
  13. T

    Solved Problem with deleting a record in a macro

    How do you add a reference?
  14. T

    How do I code delete a record from a combo Box with a button

    Me.Requery Gives an error of duplicate key would be created
  15. T

    Solved Problem with deleting a record in a macro

    Call AuthorsType_AfterUpdate Gets Error Compile error: Can't find Project or Library
  16. T

    How do I code delete a record from a combo Box with a button

    Does not work. Gives error massage on me.Requery. Duplicate key would be created
  17. T

    Solved Problem with deleting a record in a macro

    On the authors form the button delete I have code to delete a record. It works if I select a record from the combo box and press the delete button and press next or previous buttons. It does not work by pressing the delete button alone without pressing the next or previous buttons it takes the...
  18. T

    How do I code delete a record from a combo Box with a button

    The problem is that there is on lost focus macro attached to the combo box that saves the record if the AuthorsType is <> ''
  19. T

    How do I code delete a record from a combo Box with a button

    The problem is that there is on lost focus macro attached to the combo box that saves the record if the AuthorsType is <> ''
  20. T

    How do I code delete a record from a combo Box with a button

    The problem is that there is on lost focus macro attached to the combo box that saves the record if the AuthorsType is <> ''
Back
Top Bottom