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 Wanet Telecoms Ltd 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: mustang98
  • Content: Threads
  • Order by date
  1. mustang98

    Can you read multiple Items once a DDE connection is made?

    I have made a DDE connection in my VB code to another program and can read one point which is attached to my Label1 box. How can I read multiple items once I have created a DDE connection to my Topic? Thanks!
  2. mustang98

    How do you pass parameters to a VB code?

    I have seen in the past where a programmer developed an executable program with VB 6.0 and when he called this executable from another program to run he passed it parameters, ie: StartApp "Test.exe" 300 200 Where Test is the name of the executable and the 300 and 200 would be the coordinates of...
  3. mustang98

    Does MicroSoft Word have a bug?

    I initally set up an ADOA connection to a database to write and retrieve information to Access from a Word document. Everything was fine until I started modifying the code and evidently screwed something up. Now everytime I open word is pops up a window that says, "Ambiguous Name ~". When I...
  4. mustang98

    How to Get data from Text box to Access

    I'm using the following code to copy information from a text box in word to a database in Access. I don't get any errors but none of the information in the text boxes gets entered into my database. Can someone help me with this? Thanks Dim db As Database Dim rs As Recordset...
  5. mustang98

    How to Save a Word Doc by Date?

    Does anyone know how to save a Word Doc in VBA based on the Date? Such as: SaveAs "TitleofDoc" & Date Date should look like: 122304 Thanks
  6. mustang98

    How to populate a Combobox in Word?

    I need to populate a combobox located in a userform in Word but it must write the information to an Access database so that the next time Word is opened the combobox will be populated with the information that it previously stored in the database. Can someone help me with this? Thanks

Part and Inventory Search

Back
Top