Hi
I have a database with 150 record. I have a form and inside the form o created 2 buttons , one to Create folder and the other button to view the created folder.I set up the code that to creat the folder for every client using the first name field and Surename field and the ID number in...
Hi
I have a database with 150 record. I have a form and inside the form o created 2 buttons , one to Create folder and the other button to view the created folder.I set up the code that to creat the folder for every client using the first name field and Surename field and the ID number in...
Hi Jambai
Thank you very much for your reply .
I think I did wrong step that your code didn’t work for me , however I will try her to post the codes that working for me now ( to create a folder and view folder).
Create folder code:
Private Sub CreateFolder_Click()
Dim strname As String
Dim...
Hi ALL
i have a database with 150 record. I have a form and inside the form o created 2 buttons , one to Create folder and the other button to view the created folder.
I set up the code that to creat the folder for every client using the first name field and Surename field and the ID number in...
hi PHV
thanks ,
yes thats mistake sorry here the correct one
ifdir( C:\Users\Moawia\Desktop\sOURCE\" & folder, vbDirectory) <> "" Then
i think i didn’t put the question correctly because of my English again sorry for that
now I need you to help me finding a way (will not say code) to...
I have a database with 5000 client records
I setup a button in my form to create a folder for a client using the first name,Surname and Id fields in specific location ( Source folder) and other one to view the created folder. ( both codes listed below).
I'm writing letters to those clients...
I have a database with 5000 client records
I setup a button in my form to create a folder for a client using the first name,Surname and Id fields in specific location ( Source folder) and other one to view the created folder. ( both codes listed below).
I’m writing letters to those clients...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.