Thank U for your interest.
It was in a word file but I succeeded doing the sum in the VBA code that create the word document.
Thank U again ; )
Thank U for your interest.
It was in a word file but I succeeded doing the sum in the VBA code that create the word document.
Thank U again ; )
Hi everybody,
I need to print various Access reports (about 6 reports) in VBA.
Does anyone know the function or the syntax to do it ?
Thank U
Hi everybody,
I would like one field in an Access table be the sum of two others fields in this table.
Thank U.
Ok thank U very much for your help
Hi everybody,
I would like to get the date of the last modification of a word and an excell file. Besides, I wouldlike the same things for an access form, I mean, when the user modify datas dispplayed in an Access form, I would like to get the date.
Thank U .
Hi everybody ,
I want to delete or hide all cells after one cell: The column below or the line on the right.
How Can I do that ?
Thank U.
Hi everybody,
I have some troubles to open a word file from ACCESS in VBA.
The syntaxI use works only when Word is already opened.
Can U give me a code who works even if Word is closed
I mean a code that open word and open the file without troubles
Thank U
Hi every body,
I would like to get the value of a textfield in an access form using VBA.
I think it's something like that : Me!forms[F_forms]![control].value but I don't know exactly.
Thank U
Hi everybody,
I want to modify an Excel document from ACCESS ( when the user click on a button within the ACCESS form ). The code I want to make must create a table in this document with a number of lines that depend of the value that user putted in the form.
By example, if the user put 45, the table within the document must have 45 lines.
So the question is how to open Excel and how to give it the value that the user wrote .
Thank U.