Search results

  1. K

    Splitting string values in Access report textbox controls

    I have a report based on a crosstab query in an Access 2007 database. Some of the report's textbox controls display values that look like "2349|1.00|10 for 10". I'd like to split the values separated by the pipe character and display each in their own textbox control. Any help or advice on...
  2. K

    vertical scrollbar in listview control

    I have a listview control on an Access 2007 form that I'm trying to get the vertical scrollbar to display. In the control properties there horizontal scrollbar properties available, but nothing for the vertical scrollbar. Does anyone know how to get the control to display the vertical...
  3. K

    Retrieving values from listview control

    I have a listview control on an Access 2007 form that displays four columns of information. The third column (CEU Cert Request) shows a Yes or No value for each record in the list. I want to create and email a pdf certificate for each record where the CEU column value is Yes, but can't figure...
  4. K

    Accessing Outlook message properties programmatically

    In an Access 2007 application I'm trying to read the properties of Outlook email messages stored on a server in related project folders. I have utilized treeview and listview controls that allow the user to see all the files within various project folders, but when the file type is an Outlook...
  5. K

    Setting alternating backcolor in ListView control

    I'm using an ActiveX listview control on an Access 2007 form and would like to have the data displayed with alternating backcolor, but can't figure out how to do so. Any help will be greatly appreciated.
Back
Top Bottom