Recent content by LooneyLou

  1. L

    File copy problem

    Thanks guys for your responses and links. I'll go and have a play :) Louise
  2. L

    File copy problem

    Thanks psyc0tic1 I noticed it this afternoon :banghead: Lesson learnt. Proof read and don't spend all day attempting to write VBA code :) Gasman I couldn't get the Debug.print code to run. I need to read up on it more. Moke123 I still have no Idea what you mean, could you give me an example...
  3. L

    File copy problem

    Found out I can move old xls file types but not xlsx, have no idea why this is the case. Just going to convert and rework all my excel files into 97-2003 worksheets.
  4. L

    File copy problem

    Hi Moke I have no idea how to implement your suggestions. :confused: I tried, successfully moving jpeg, mp3, pdf and solidworks files called "CAD Measurement Report" from the FileMove dir to the FileStructure dir.
  5. L

    File copy problem

    Hi Guys I have a problem with copying an Excel document to a different folder within Access, using the following code. Private Sub btnMeasure_Click() Dim Files msCustomer = Me.fldCustomer msJob = Me.fldJob msMethod = Me.fldCastingMethod msDate = Year(Date) msDateFull =...
Back
Top Bottom