Recent content by jordi20

  1. J

    How do I load a new email to send to a record's email address

    I've got a pretty standard form with email address as one of the fields. I want to be able to send an email to that client. I want therefore to create a button that say "Send Client Email" and loads an email with that record's email address in the To: line in Outlook Express. Can someone...
  2. J

    I want the scroll button on the mouse to scroll up and down, not through the records

    I didn't know what to change and what to keep to apply it to my database. I'm afraid I'm not very au fait with programming language - am not even at IT professional, just helping out a friend. If anyone can dumb it down for me, I'd really appreciate it. Thanks
  3. J

    I want the scroll button on the mouse to scroll up and down, not through the records

    This is probably really easy to do, so sorry for the stupid question. On my forms, the mouse scroll button scrolls through the records, but I want it to scroll up and down the page, like it does when I'm in design view. Any ideas? Thanks in advance everyone.
  4. J

    My fitler fields used to predict entries and now they don't

    Can any one tell me why this is? I have a filter on a form, that just has textboxes on it. I type in the textboxes and filter no problem, however, it used to guess (predict) what I was going to type and it has suddenly stopped doing it. Are there any settings I can change to bring this back?
  5. J

    Print Preview button on form

    I have the same problem. I also have a form with a print report button at the bottom. My code is: On Error GoTo Err_Print_Form_Click DoCmd.PrintOut Exit_Print_Form_Click: Exit Sub Err_Print_Form_Click: MsgBox Err.Description Resume Exit_Print_Form_Click End Sub Is there a way I change this...
Back
Top Bottom