ooooooooh thanks i try this , it works good:
Dim strFolderYear As String
Dim strFolderMonth As String
Dim myFileNx As String
Dim lngPK As Long 'change data type if yours is different
'set variable to current record ID
lngPK = Me.OrderID
Me.Requery
'return form to original record
With...