Recent content by Meehphill

  1. M

    Sending out Automate email.

    I'm sorry about this RuralGuy, Do I copy & paste this code in Access, but where? Modules? or Outlook...a little conufused, since i'm not a VBA person, yet...but i'm learning.. Phill Can u instruct me, give me little more details...step by step perhaps?
  2. M

    Sending out Automate email.

    Rural Guy, So copy this code: Into mSoutlook? I"m confused...when reading about CDO. Dim oEMail As New CDONTS.EMail oEMail.From "anyname@anydomain.com" oEMail.To "youremail@yourdomain.com" oEMail.BodyFormat = CdoBodyFormatText oEMail.Body = "Insert some useful text here" oEMail.Importance =...
  3. M

    Sending out Automate email.

    HI everyone ! I'm been on this for a fews days...I use a macro (SendObject), which works, but it requires Us, or someone to go into Outlook to click on send. I'm new to vba, do I have to code something on outlook to send automatcially? or is this an access thing? Please help.. Thanks
  4. M

    Form Subform Help

    Hi all, I have been at this for a few days now... I have a form, combo box selection, when i make a selection, all the info is good on all my tabs, which holds the subform. My issue is, on one of the subform, it's a data entry form, where I want it to be on a new record page. instead it list...
  5. M

    Table Setting

    Thank YOu everyone !
  6. M

    Table Setting

    I've been trying this for a few hours, What do i need to do, or set, when I have currency value greater then 2.5 Trillion....seems like I can paste any other vaule into the table except value greater then 2.5 trillion. can anyone help me, thanks Phill
  7. M

    Access Reports

    Dale, I have been trying that same method for the past 4 hours. I want the header to be on every page, plus the details as well....I want it to reflect on every Credit Union .
  8. M

    Access Reports

    Sorry about that, I'm trying to get this report to break base on Credit Union Number...or whenever there is a new record http://img832.imageshack.us/img832/9098/accessu.png here is it in design view...thanks http://img855.imageshack.us/img855/9843/access1.png
  9. M

    Passing variable to report record source

    thank you everyone
  10. M

    Pageformat

    thank you everyone
  11. M

    export a MS ACCESS Report to Excel

    thank you everyone
  12. M

    Reports- looping through records

    thank you everyone
  13. M

    Printing report from subform control

    thank you everyone
  14. M

    Access Reports

    Here is the it, in design view
  15. M

    Access Reports

    Hi All, I'm creating this report, but I want to have the details broken down by Credit Union #, instead of having all the details listed and not grouped like this. Can anyone help? Is it grouping? Page break? if page break, how do i do it? Thanks in advance.
Top Bottom