Search results

  1. G

    HELP:::trigger email to email addresses in table

    Hi all, I have built a database that logs faults for customers. I want my database to automatically send an email when a new fault is logged to the database. This email will be sent to email adresses stored in a contact table. I tried to use a macro, but it limits me to type in an email...
  2. G

    disable input controls until edit/update

    Another thing, you know when you are navigating through a from and the the next button reaches a null value, because it is the end of the record, How do i prevent it from gererating an error. For example Private Sub cmdNext_Click() 'go to the next record in the table DoCmd.GoToRecord...
  3. G

    disable input controls until edit/update

    thanks much RuralGuy...so simple but it worked!!! :-) Blessings
  4. G

    disable input controls until edit/update

    Hi all, I have a form that displays fields from two tables. I have set the properties of Allow Edit, Allow Additions, Allow Update, Data Entry to NO. However I want to allow users to be able to add new, edit/update and delete records from the form by clicking on respective command buttons. the...
Back
Top Bottom