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...
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.
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.
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 =...