Search results

  1. B

    How to send excel sheet to users via e-mail

    Hi all, When i was trying send excel sheet to users i got one error that is: The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'lmcginn@ems.atttt.com'. Subject 'SLA-MNS-0410607-051507',Account: 'smtp.ems.att.com'...
  2. B

    How can i run this code?

    Hi all, I got one error that is Run-time error '3126': Invalid bracketing of name '[Forms!Main!FromDate]'. Code: FileOut = FixName("SRMatrixCreatedByMonthMNS-" & Format(Forms!Main!FromDate.Value, "mmddyy") & "-" & Format(Forms!Main!ToDate.Value, "mmddyy") & ".xls")...
  3. B

    How can i eliminate the error

    Again i got error Hi Boblarson, Again i got error like Compile error: Expected: list seperator or ) Code: FileOut = FixName("EMPerformance-" & Format Forms!Main!FromDate.Value, "mmddyy" & "-" & Format(Forms!Main!ToDate.Value, "mmddyy") & ".xls") Can you please give me the solution...
  4. B

    How can i eliminate the error

    Again i got one error Hi Boblarson, I got one error that is: Run time error '3126': Invalid bracketing of name '[Forms!Main!FromDate]'. Can you please give me the solution Thanks, Bhaskar.
  5. B

    How can i eliminate the error

    How to eliminate the syntax error Hi all, I used this code: FileOut = FixName("EMPerformance-" & Format((Forms)!(Main)!(FromDate.Value), "mmddyy") & "-" & Format(Forms!Main!ToDate.Value, "mmddyy") & ".xls") i got error like Compile error: Expected: list seperator or ) where should i put the...
  6. B

    How can i eliminate the error

    Again i got one error i.e compile error Hi all, I used this code: FileOut = FixName("EMPerformance-" & Format((Forms)!(Main)!(FromDate.Value), "mmddyy") & "-" & Format(Forms!Main!ToDate.Value, "mmddyy") & ".xls") i got error like Compile error: Expected: list seperator or ) where should...
  7. B

    How can i eliminate the error

    Hi all, i am new to VB. when i wa tested one report. I got one error that is: Run time error '3126': Invalid bracketing of name '[Forms!Main!FromDate]'. Code: FileOut = FixName("EMPerformance-" & Format(Forms!Main!FromDate.Value, "mmddyy") & "-" & Format(Forms!Main!ToDate.Value...
  8. B

    How can i Eliminate the duplicate Records from the Report

    Hi all, I am new to ms-access. could any one please tell me how can i eliminate duplicate records from the Reports. Thanks, Bhaskar
  9. B

    How to export SQL queries to MS-Access.

    Hi all, I have one doubt regarding how to export the SQL queries to MS-Access. could anyone please help me Thanks, Bhaskar.
  10. B

    How to export tables from SQL server to MS-Access

    Hi all, I have faced with one problem that is how to export Tables from SQL server to MS-Access. could anyone plz help me Thanks, Bhaskar.
Top Bottom