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. theservant

    Search specific record in Parent shape?

    I have used the following code: the question is how do i search a specific field in a Parent table. I have tried the where command, but get an error Dim db As Connection Set db = New Connection db.CursorLocation = adUseClient db.Open "PROVIDER=MSDataShape;Data...
  2. theservant

    Parent Child Table relationship

    I have a database that contain records based on the ID nr of a person the two tables a named: Customer_Info (Parent table) Customer_Vid (Child table) The relationship is set at ID nr in both tables. Is there a way that I can view in a datagrid the Customer_Vid details the is pertaining to...
  3. theservant

    Calculate Strings in Textboxes

    i have a problem calculating textboxes. Let say that I have 3 textboxes: txtval1, txtval2 and txtval3 then I have a textbox that contains a formula called txtFormula and one called txtresult is there a way that I can calculate whatever formule is placed in txtformula and have the result show...
  4. theservant

    String manipulation of calculation

    I have a textbox that have certain formulas which can change for example I have the following: text1.text="ac123+af221*3-ag001" I want to take a formula and seperate the string into different textboxes: text2.text="ac123" text3.text="+" text4.text="af221" text5.text="3" text6.text="ag001" Is...
  5. theservant

    MS Access Queries in VB6

    I have a Access database connected to ado control. IS there a way that I can create a query in runtime and even edit a query in runtime through vb?

Part and Inventory Search

Back
Top