Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: walejo89
  • Content: Threads
  • Order by date
  1. walejo89

    I need to Find out the Outlook version with vba

    Hi I need to know how to find out the version of microsoft outlook I am running on my system using vba. Please some help will be apreciated. Wilfer
  2. walejo89

    Send a outlook item

    I need to send a file name using vba from access to outlook.
  3. walejo89

    462 Error the remote server machine does not exist or is unavailable

    I need to know what this error mean. please some help will be apreciated.
  4. walejo89

    I need to change the format of Outlook using vba

    I need to be able to change the mail Format of outlook using vba, I need to send a massage using vba and before sending this message I need to make sure the mail format is HTML. I need some help, it will be appreciated.
  5. walejo89

    convert string into a hyperlink

    I need to make a string a hyperlink how do i do that using vba
  6. walejo89

    Run Time Error 429 ActiveX Component canot create Object

    Hi all, I am having the following problem, eveytime the code gets to this line it gives me the above error massage, Set gappOutlook = GetObject(, Outlook.Application) this is the line thats causing the error message, but the weird thing is that when i run this database in a computer where...
  7. walejo89

    I need to make a text a link to open a file in outlook

    How do i make a text to be a link so it can open a file from a folder Wilfer M
  8. walejo89

    send a text as link to a outlook email body text

    I need to send a link where a resume is placed and send it using vba, I need to put this link in the body of the email that i am going to be sending, please can any one tell me how to do this. I need to put a link in the body of the email. Wilfer M
  9. walejo89

    Read text from a word Object in access form with vba

    I have an access form , which I have a word object in it. I need to be able to read the text on the word object as soon as I click the find button. I need the function or method which is usefull to read the text from a word object, some help please will be appriciated. Wilfer
  10. walejo89

    Access Form Text Box spelling chech

    Hi I need to be able to make an access textbox to check spelling using vba, I want to be able to do what word does when a word is mis spelled underlines the word with a red line. Any help will be appriciated. Wilfer
  11. walejo89

    vba Delete an item in an array

    I need to be able to delete a item in array and move all other items to the beggining wilfer Thanks
  12. walejo89

    I have a TextBox Spelling check on this textbox

    I have a text box on access form, I need to be able to do spell check on this textbox how do i do that. Thanks wilfer M
  13. walejo89

    Count words in a textbox vba

    I have an access form and I have a textbox on the form. On this text box i am putting text and I need to count the number of words there are in that text box in order to get the total number and put it on a variable.
  14. walejo89

    Grab Information from a field in access database with VBA

    I need to be able to find a specific record, when I find this record in the database, I want to grab information from one of the fields and put it in a string variable, any help will be appriciated. Wilfer
  15. walejo89

    Search a TextBox in access using vba

    I need to search a Textbox for a specific word and prompt a message saying that this word is found in the Textbox any help will be appriciated. Wilfer
  16. walejo89

    2465 Canot find the field '|'

    I need to know how can I correct this problem in my code. Here is the code SQLsT = "UPDATE " & SearchTab & " Set [HAttachment]='" & [Attachment] & "' From " & SearchTab & _ " where [ConsultantName]='" & WholeName & "' " & ";" when the program get to this line, it gives me the error that it...
  17. walejo89

    Configure access database to be a back end and front end

    how you configure the access database to a standard front end and back end configuration.
  18. walejo89

    I need to open my access database for more than one user

    Hi my problem is the following. I have my access database in a server. I need to make this database so two or more people can open the database at the same time and update the information in it. I tried to open the database in my computer and my coworkers computer we were able to look at the...
  19. walejo89

    set a access cell text to be a hyperlink using VBA

    I need to set a cell in access to be a hyperlink using vba. I need to format the cell, by given it the address where the hyperlink is going to be opening and the display text using vba. thanks
  20. walejo89

    Unlock Text Form in word using VBA

    From access, using vba I need to unlock a Text form which is located in a word document.

Part and Inventory Search

Back
Top