Search results

  1. T

    Solved Pass AutoNumberID from Access table to Outlook

    :ROFLMAO:oh dear oh dear. optician time me thinks
  2. T

    Solved Pass AutoNumberID from Access table to Outlook

    Defo Outlook side, must have left it in from some other code. Your last option worked:) after i removed the 1 from the 1TFID Intellisense didn't like it. I presume that's ok?
  3. T

    Solved Pass AutoNumberID from Access table to Outlook

    when i added a Debug.Print TFID it returns the First ID not the New TFID
  4. T

    Solved Pass AutoNumberID from Access table to Outlook

    As request David. Sorry its still very much in test mode🙄 'General Declarations Declare Function SetFocusAPI Lib "user32" Alias "SetForegroundWindow" (ByVal hwnd As Long) As Long Private Sub TestMakeNewTravelFolder_Click() 'Code by Daniel Pineault...
  5. T

    Solved Pass AutoNumberID from Access table to Outlook

    Hello, From Outlook VBA using DAO I’ve got Access to start a new record in tblTravelFolder. While still in the same Outlook module i would like to use that new record ID from the tblTravelFolder as an variable for some other outlook functionality. Apologies I don’t know the term to use to...
  6. T

    Solved Can Access read Outlook "User defined field values"?

    Great MajP that did it! Ill go and do some research on UserProperties Thanks again (y)
  7. T

    Solved Can Access read Outlook "User defined field values"?

    All ready have the EntryID see rstmessages!ImportedEntryID = c.EntryID
  8. T

    Solved Can Access read Outlook "User defined field values"?

    When i was in the outlook mail form I selected "design this form" then on the Tools menu. Field chooser then New and added the ClientID
  9. T

    Solved Can Access read Outlook "User defined field values"?

    Hi, I have been playing about with making an email import routine a lot more automated. My Access code works great, extract below Set objItems = cf.Items nummessages = objItems.Count If nummessages <> 0 Then DoEvents For i = 1 To nummessages...
  10. T

    Just got the keys to the candy shop!!

    Alexander Pope `a little learning is a dangerous thing' (1688 - 1744).
  11. T

    Just got the keys to the candy shop!!

    "Welcome aboard" cruise reference? Thanks
  12. T

    Just got the keys to the candy shop!!

    thanks for the welcome (y)
  13. T

    Just got the keys to the candy shop!!

    Thanks.. up to my neck more like:giggle:
  14. T

    Just got the keys to the candy shop!!

    Hi everybody. I’ve just finished doing my first week’s of school work placement at my Uncle's travel agency. After getting all the ”best” jobs, he told me it builds character:p. I had to do a lot of retyping the same details or formatting the details for input into different parts on the same...
Back
Top Bottom