My client's Ms Office trial license has expired. Planning to utilize the runtime instead of purchasing the application... if it works
Private Sub SaveToPenDrive()
Call DoCmd.OpenReport("Delivery_Weekly", acViewPreview, , "Customer=" & Me.ID.Value)
If Dir("E:\Software Bills\" & Date & "\"...
My client has more 11,000 contacts in his android phone.
I backed it up to a pendrive in a single vcf file (37 MB).
Initially I had some challenges on splitting the contacts inside that mother vcf file to single vcf files.
Now I have more than 11,000 individual vcf files in a folder.
The current...