Search results

  1. R

    Send E mail with Stored PDF/Excel Attachment

    Hi I have managed to get some codes for the file attach through email, but it gives error as Insert a FindRecord Action before the Findnext action, can anyone help me to correct this- THANKS A LOT ++++++++++++++++ Option Compare Database Private Sub Command2_Click() Call Selectfile End Sub...
  2. R

    Send E mail with Stored PDF/Excel Attachment

    Hi I am very new to Access, but manged to create database using templates, now I would like to send mail with the stored attachment in the table (something like a news letter in PDF), can anyone help me how to do that I have done many searches in the web, so may VB Code (don't know what do to)...
  3. R

    Brining table data in single row

    Brining table data in single row I have a table with the week number and the price, I want to bring the data if the user selects the week number – I have to get the following data in single row 1. selected week data 2. one week before the selected week 3. two week before the selected week 4...
  4. R

    Access Date Problem

    Hi I have some databases runing in the network, some computers getting the date field correctly but some showing error '#Name?" - even I have donwloaded all office updates also, eventhen I am not able to solve the issue for the same database for the other computer Operating system windows xp...
  5. R

    Sending an EMail

    Send E Mail Dan-cat Thanks for the reply, but I don't have enough knowledge in VB... so still un successful. can you help me with something within the access...... if you can please Thanks for the time Regards Ramu
  6. R

    Sending an EMail

    How to increase the length of the text to more than 255 I am zero in VB, can you please help me with the code - I want to send e mail through send object in the message box - it is allowing to put maximum 255 letters, but I want to put more than 1500 letters and also don't know how to start...
  7. R

    Importing table data from Excel

    Hi Can any one help to find a way to import/link excel sheet with access? I am OK if the excel sheet field is " 12345" but if the filed is S12345 or 123/s/345- I am getting a error in the linked table how to solve this probelm (even I have changed the format of the excel sheet's particular...
  8. R

    Send Object Problem

    Send Object Thanks for the reply, I am totally "0" in VB- any possibility of getting a help in VB regarding thiss issue Thanks again Regards Ramu
  9. R

    Send Object Problem

    Send Object- E Mail- How to increase the No. of characters from 255 standard Hi Please note I have a problem in sending a e mail message through send object - I cannot increase the messge in the Message box, after some level - I hope it is accepting only 255 letters- can any one help me how to...
  10. R

    Send Object with Changing subjects

    Send Object - with Editable Subject and text Thanks for the reply, really I am not familier with VB- is it possible for you to help me please Regards Ramu
  11. R

    Send Object with Changing subjects

    Hi Is it possible to create a send object macro with changing subject/message box ( something it have to take automatically from the form for each action) Like:[Forms]![Shipment Advice]![Exp Contract] - is it possible- can any one help me please Otherwise the e mail look always same or...
  12. R

    Send Object (Rich Text Format

    Send Object (RTF) Thanks for the reply Regards Ramu
  13. R

    Send Object (Rich Text Format

    SEND OBJECT (RTF) Thanks for the reply but most of my received or not able to open the snapshot - they are comfortable with HTML or RTF Anyother option please Regards Ramu
  14. R

    Send Object (Rich Text Format

    Hi I am trying to send a Report with the logo in the Report Header- If print the report the logo coming correctly but if I send the same report through send object by e mail in Rich Text or HTML the logo is not coming out only the body of the report is coming in the e mail. Can anybody help to...
  15. R

    Send Object (Routine e mail)

    Send Object (Routine E Mail) Thanks for the mail but I am not sure- the following code I copied- can you help where I have to paste - Please Private Sub Command29_Click() On Error GoTo Err_Command29_Click Dim stDocName As String stDocName = "Addendum Report" DoCmd.RunMacro...
  16. R

    Send Object

    Thanks for the sample database but I tried it is only attaching the file (is not pasting the content of the selected item)- please check I am be wrong. Is there is easy example to copy a form or Report and past in Outlook? - Pls help Regards Ramu
  17. R

    Send Object

    Thanks for the reply, I don't want to send the same report to everybody. If the report paste on the Outlook the user will select the address fron the address book. Can please help me with the sample database in the Forum & I am very poor in VB Regards Ramu
  18. R

    Send Object (Routine e mail)

    Hi Can anybody help me to send a routine e mail without the warning message ( set off warnings- is not working) - How to offset the system message. I am not familier with VB, can anyone help with details if possible with a example Please Regards Ramu
  19. R

    Send Object

    Hi I am trying to send a Report through e mail, it comes as a attachmetn (Rich Text format), can anybody help me with how to copy the Report and past in the Outlook automatically. Please Regards Ramu
  20. R

    How to avoid Blank Form

    Hi I am facing always with this problem: If my query 'parameter' or some query, if the input data is not matching with the available data - It shows as blank, how to avoid this? - Mostly I am trying to open a form (if the null value the access get hangs and the blank form appears) Pls help...
Back
Top Bottom