I have a list view in my form
I add new rows in the list view by code
here is my code:
ListView.HideColumnHeaders = True
With ListView.ListItems
.Add , , name_book, , 1
.Add , , name_pupil, , 3
.Add , , MAX_DATE, , 4
.Add , , KAT, , 5
.Add ...
first i'm sorry on my english.
I have in my work some computers with network.
I want to send mail to one computer, the mail is like form in HTML
have 3 things:
1. textbox
1 select
1 submit
is it possible to get the mail and to write in the mail and send it (by submit button) then to...
I know about the option write vertical.
my problem that I cant to work with it.
for example I want write in the verical filed JUN 2005
and in all the other filed write Horizontal
is it possible?
if some one can printscreen of a report that seems to what I look for
it will help me alot...
first of all thanks,
and I agree with you that I have to search.
but
english is not my home language so search and find the exectly what you search is not so easy.
think about it.
second
I try your code in my project and it dont work
is it need some change or it have to work just by copy...
I have string
I want to print the string and no by report
for example:
dim s as string
s = "hi" & vbcrlf & vbcrlf
s = s & "my name is sharon"
now I want to print the string in the printer
with default font and default size.
is it possible?
thanks!
i have a sample function
Function GetPercent(n As Integer) As Integer
Select Case n
Case 1: GetPercent = 100
Case 2: GetPercent = 50
Case 3: GetPercent = 0
End Select
End Function
I have a table like this
a | b | c | d | e | f | percent...
I did a word document in word with many bookmarks (like 900)
and the access insert the value to the document.
I give it to my customer and many bookmarks was missing
I dont know what can be the problem.
maybe that I have office 2003, and the customer 2000
all help will be thanks!
(sorry if...
I dont sure that I anderstand all the dialog
but if you want to insert in word value from access
you have to insert in the word bookmark ( or you can also text filed)
put the bookmark axactly where you want to insert the value
and in the access you write this code:
Dim objwors As...
first of all thanks!
this trick is new for me and its a butiful!
I try to do and I got an error
here is my code:
Private Sub m1_Click()
Dim objWord
Set objWord = CreateObject("word.application")
objWord.Visible = True
objWord.Documents.Add DocumentType:=wdNewBlankDocument 'new document...
In the menu in word there is some option to view the documents
1. Normal
2. Print Layout
3….
I open the word’s document from the access
I insert value from the access into word.
I asked here some question in last week and I helped so much.
My question now is:
In the document in the word I...
butiful!!!!!!!!
I did it and its work good
just I put the bookmark to put the table in its place.
and here the result....
thank all! :p
[SJ McAbney I didnt write
Dim db As DAO.Database
Dim rst As DAO.Recordset
because I MISSING REFERENCES]
I have an application on access that export the data to word.
I did a query and the data export to word
my code is:
Dim db, rst
Dim strSQL As String
Set db = CurrentDb
'÷éùåø åôúéçú ååøã, åäöâúå áöåøä îåñøú
Dim objWord 'As Word.Application
'Set word as an application and make it...
and I want to write in some places
I know to open the word
and write in to the word
to write in to word:
Dim objWord As Word.Application
Set objWord = CreateObject("Word.Application")
objWord.Visible = False 'True is visible
objWord.Documents.Add...