Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RabSwinney

    Emailing (SMTP)

    Also I would like if possible a pop up box for the user to insert the mail recipent, please help!!
  2. RabSwinney

    Emailing (SMTP)

    Im having an issue with one of my databases when trying to email, we now use Office365 which I cant autoemail from the database, how can I change this code to sens using SMTP Function Mcr_Send_New_Supplier _SendVendorRequest() On Error GoTo...
  3. RabSwinney

    Email Word document from access

    Hi There, I am trying to email a word document from a server, I wish to do this within Microsoft Access from a form with a button. Is there easy code for this?
  4. RabSwinney

    Auto Email

    Done the trick, thanks again
  5. RabSwinney

    Auto Email

    I run this with others when the database opens Function Send() On Error GoTo Macro1_Err DoCmd.SendObject acQuery, "Qry_Detail Hierarchies", "MicrosoftExcelBiff8(*.xls)", "bbbbbbbbb@bbbbbbb.co.uk", "", "", "Detail Hierarchies", "", False, "" Macro1_Exit: Exit Function Macro1_Err...
  6. RabSwinney

    Auto Email

    Hi, I send out queries in excel format daily from access. The problem I am having some of the queries might return no data (Blank Sheets) How can I set up to auto send queries but only if there is data there (Non Blank)????????
  7. RabSwinney

    Printing Access Reports to PDF

    Hi, I need to automatically print Access Reports to PDF and publish on a network server, I have Adobe Acrobat 6 Pro and I have it as my default printer. I am new to VB so can you go easy on me if you are giving me code.
  8. RabSwinney

    Convert Access Reports to PDF

    Is there any way I can convert Access Reports to PDF and send them to a local Intranet Automatically?
  9. RabSwinney

    Decimal Place problem

    I Have have a query being exported to microsoft excel, the problem I have is the decimal places are not the same as I have in access, I have the data fixed decimal places. Thanks
  10. RabSwinney

    Modules

    Hi There, how can I get a module to run automaticaly, can you have a look at my code and tell me what I need at the start. I will use the module with the Autexec Macro. Sub run() DoCmd.OpenReport "Rpt_GB01 Ex Pefc and Fsc", acViewPreview, "", "", acNormal DoCmd.SetWarnings (False)...
  11. RabSwinney

    One To Many

    I have two tables in my database, one for customer details and one for products, when entering data into a form I have the customer data then a subform with users entering products. When I am in the query I want to copy and paste some rows of data then change a few details, the problem is when...
  12. RabSwinney

    ToolBar

    Tools, Startup is blank in my database. HELP!
  13. RabSwinney

    Combo box as a parameter query

    Help! How can set up a parameter query, instead of the parameter box coming up asking for the parameter, I can bring up a combo box so the user can pick from a list to run the parameter?
  14. RabSwinney

    Month Calculation

    Im trying to add and subtract months within text box,s just say I have a text box with the function =now() with mmmm format giving me January what I want is to be able to do another text box taking one month off but I dont want to use days like =now()-30
  15. RabSwinney

    Disable Security Settings

    Remove Security all together!
  16. RabSwinney

    Disable Security Settings

    Thanks for your reply, Yes I am using the standard Ms Security Model. It was done using the security wizard.
  17. RabSwinney

    Disable Security Settings

    Is there a way to convert back a security database (bak file) to a normal database (mdb)
  18. RabSwinney

    Auto E.mail

    Thanks for that Travis, Can I set it up to Auto email itself on the first day of ever month?
  19. RabSwinney

    Auto E.mail

    How can I set up a macro to send a report on the first day of each month?
  20. RabSwinney

    Validation

    I have a form with about eleven text boxes, how can I make it mandatory for every box to be filled in, I dont want to do it through the table as there is lots of data already there that is blank. Also I am not up to date in vb

Part and Inventory Search

Back
Top