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 Mike Lewis 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: *

  1. interim

    Problem with WaitForString in VB.NET

    Hi All, I have a program that works fine in VB 6.0 using Attachmate KEA. I am now trying to convert it to VB.NET and to work with Attachmate EXTRA. Here is the code for the waitforstring function (not in its entirety): VB 6.0 Version Set Sess = sessns.Item(scrnLocation) Set...
  2. interim

    Can't get WaitForString working in VB.NET

    Hi All, I have a program that works fine in VB 6.0 using Attachmate KEA. I am now trying to convert it to VB.NET and to work with Attachmate EXTRA. Here is the code for the waitforstring function (not in its entirety): VB 6.0 Version Set Sess = sessns.Item(scrnLocation) Set...
  3. interim

    How do i loop a query?

    Thanks Michael. I see what you are getting at. But i should make it clear that i have never written any code in Access. Where do i put this code? in a module? and would you or someone be able to give me a quick sample of the code i should write? or somewhere i can go to learn which commands...
  4. interim

    How do i loop a query?

    Correction above, as i discovered i can set EMAIL-QUERY to automatically pass the customerID to QUERY1, so we just have to pass the customerID to EMAIL-QUERY, not QUERY1: Read the line: Run EMAIL-QUERY, but first giving QUERY1 the value 'count' as the customerID number. As: Run EMAIL-QUERY...
  5. interim

    How do i loop a query?

    I may have scared a few people off by writing too much. But basically i need the code (using whatever variable names etc you want) for the following pseudocode. (Assume the main query is called EMAIL-QUERY, and one of the queries it uses, which takes the customerID to retrieve the result, is...
  6. interim

    How do i loop a query?

    I am not experienced in Access, and so i have created a query through the design view. I have created a query called "EMAIL-QUERY", which uses several other queries when it is run. One of the other queries it uses, which i called "q1", asks for the user to input a customer...

Part and Inventory Search

Back
Top