Recent content by fglc0983

  1. F

    Create a folder for every new record

    I am trying to use this code, but am receiving an error: Run-time error '2465': Microsoft Access can't find the field '|1' referred to in your expression. Here is what my code looks like: Private Sub Form_AfterUpdate() MakeFolder "R:\My Location\" & Me.[ComplaintsQuery]![NumberSort] End...
Top Bottom