User Profile

Collapse

Profile Sidebar

Collapse
jacekwbak
jacekwbak
Last Activity: Feb 14 '13, 05:07 PM
Joined: Feb 8 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jacekwbak
    started a topic How Do I Add PDF as Attachment to Email

    How Do I Add PDF as Attachment to Email

    Hello,

    I have main table, few tables connected to main by foreign key storing data from different processes. One of the tables stores attachments for products from main table (data sheets, specs etc).

    I have no problem creating a query with needed data and creating a report which by using macro is sent in pdf. through Outlook

    My question is what should I do to add attachments to the report in email generated...
    See more | Go to post

  • jacekwbak
    replied to Access 2010 query duplicates
    Wow. Problem Solved! Thanks
    See more | Go to post

    Leave a comment:


  • jacekwbak
    replied to Access 2010 query duplicates
    Thanks for reply,

    Code:
    select distinct *
    from table1

    still will return all the records because of unique ID

    If I only SELECT DISTINCT on ArticleCode then ok, but problem is that I need the ID.

    What Now?
    See more | Go to post
    Last edited by jacekwbak; Feb 8 '13, 02:24 PM.

    Leave a comment:


  • jacekwbak
    started a topic Access 2010 query duplicates

    Access 2010 query duplicates

    Hello,

    I have following problem:

    table1
    id / ArticleCode / ArticleColor
    1 / 123 / blue
    2 / 123 / blue
    3 / 222 / green
    4 / 333 / red
    5 / 444 / blue

    Out of this data I need to pick unique values to return:

    1 / 123 / blue
    3 / 222 / green
    4 / 333 / red
    5 / 444 / blue

    so basically, i need to keep all the fields, but...
    See more | Go to post
No activity results to display
Show More
Working...