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 wOOdy-Soft 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: NakedZero
  • Content: Threads
  • Order by date
  1. NakedZero

    VB Sendmail

    I have been using the .dll for a while now with great success. The question hopefully someone has an idea on is that I want to use the .attachment to send a linked document. For obvious reasons I do not want to embed the document as my database will get out of control. Does anyone have...
  2. NakedZero

    Using Dlookup to validated information

    I am trying to use the Dlookup function to validate whether or not the information typed in a text box is in a table. For example, I want to know if a specific State is in a Table. I have looked at the FAQ, but I can not seem to get this to work. Basically what I want to do for test purposes is...
  3. NakedZero

    Need help using WaitForCursor in Class File

    I use SetCursor like this: Public Function SetCursor(ByVal lRow As Long, _ ByVal lCol As Long) As Boolean stemp = moExtra.Screen.MoveTo(lRow, lCol) End Function SetCursor works great! but when I use the following WaitForCursor as follows: Public Function...
  4. NakedZero

    How can I send an email from access db form

    I have been searching google/newsgroups and other searches and found this really cool VB code: "http://www.freevbcode.com/ShowCode.Asp?ID=109" basically it can be made into an exe and you can send "spoofed" emails with attachments. Now the problem I am having is trying to figure out how to use...
  5. NakedZero

    Copy text box string

    I need to copy the text in a text box when I am in a form, I have tried different ways but I can not seem to get it right, I have tried dim strClaim as string, and then strClaim = ClaimNum which is the name on the form from a query of a table. If anyone can help it would be much appreciated :)
  6. NakedZero

    Class files and WaitForString method

    I don't claim to be any sort of expert or guru, and this is my first time posting, so thank you all in advance, I have found this forum to be a helpful :) My question is this: how do I use the WaitForString function in a class file? I have to assume it is close to the waitfor cursor which I...

Part and Inventory Search

Back
Top