I used them before but it was a longtime ago..
in my code I import outlook data that i'd like to put in my table "mail" using recordset to navigate from one record to another.
here is the code:
Private Sub btnImportMail_Click()
'variables
Dim strFrom As String
Dim strTo As String...
I'd like to generate some report using excel, this report should include the from, to, and cc fields, it should also include any attachment name. In brief, i want to know who send what to whom.
Every time I tried to create form using either design or wizard I've got: "Active X component can't create object". How to solve that, I have the latest service pack and updates possible.
Here is my code:
Private Sub btnFermer_Click()
On Error GoTo Err_btnFermer_Click
'variables
Dim rstWrite As DAO.Recordset
Dim msg As Integer
Dim dbsInOut As Database
'show confirmation message
msg = MsgBox("Votre statut a été mis à jour...
I am trying to save a ms word file and it always tell me that the file is read only. But I have look at the read only attribute and the box is unchecked, so what's going on?
How to solve that?
when we delete files on server they are not going to recycle bin (unless they are deleted directly on the server machine) is it possible to change this or to remedy in some other way to prevent data loss.
Thank's
I use xcopy command to copy a data disk to another one: here is the script I use:
xcopy g: h: /c /q /s /e /k /r /h
if errorlevel 0 goto success
:success
echo Files were backup successfully!
goto exit
:exit
For some reasons the backup does'nt execute completely, some files are missing...
I tried to write into a table using the VBA code.
Here is the way I tried (where "historique" is the table I try to write to):
'variables declare
Dim rstWrite As Recordset
Dim dbsInOut As Database
'References to current database
>>>>Set rstWrite =...
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.