Search results

  1. T

    Wanted Outlook VBA field names

    I am developing a scheduler program which will also read emails from MS Outlook. I am after a list of field names (such as SentOn, SenderName, To, CC, Subject, Body, Unread etc) I have only found a few like the ones listed above. Does anyone have a list of the actual field names I can use for...
  2. T

    Fill a 'year' field from a 'date' field

    You could always try the split function. Here is an example of a field which has a date entered and then split to give the month and the year into other firelds. This also assumes an Australian Date dd/mm/yyy with the "/" as the seperator. This is a powerful inbuilt function and can be used for...
  3. T

    Getting information from Combo Drop Down list

    Hi, I have developed a form with a drop down combo box containing information gleened from a SQL. Infor contained is recordID, CompanyID, CompanyName and Sitename (all on one line). There may be a number of sites for each company. What I am trying to do is take the contents of the line...
Back
Top Bottom