HI Friends,
I am trying to create a form with command button which when clicked i would like to transfer photo files from folder x to folder y and save the new path in the database as a new record from each photo.
The fields in the database PhotoTable are recordid (autonumber), filepath, Photoname. How can i get this done in the button click as VBA code. Thank You