Search results

  1. R

    Import File with special characters

    Hello I've got a number of files exported from other systems that I need to import back into Access, the files have full stops in the file name. How can I get round these issues and Import. e.g. file names ... 2016.01.14.myFile.csv 2015.12.01. myFIle.txt.01_12_2014_14_47.csv Thanks in...
  2. R

    List Box Selected Item VBA

    Hello I’m looping through a list box returning the selected item, but is there a way to return the value of other columns in the list as I loop through the rows? For Each ItemIndex In Me.myList.ItemsSelected lngID = Me.myList.ItemData(ItemIndex) ‘Working okay lngEmp =...
  3. R

    Continuous forms controls - Conditional Formatting

    Hello I’m trying to set the Backcolor of a control using a Conditional Formatting Expression. In the expression, the idea is to set the Backcolor based on a colour value in another table I’ve got the following code in the expression…...
Back
Top Bottom