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 Chris Miller 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. aj200100

    Link GP tables to a button and execute proc in vb Button_onClick

    I have added a button to a card and am trying to link tables to my new button field, but not sure how to link gp tables to a field. Then once I do that I want to add the table's field's to parameters for a stored proc that is executed on the button's On_Click Event. I have my stored procedure...
  2. aj200100

    only need 5 distinct values and have 10+ fields in my select list

    I have a query with 3 tables ('Table A', 'Table B', and 'Table C') joined and am getting to many non distinct rows. I want to have all the fields returned where all fields in table A are distinct and 1 distinct field in Table's B and C. For instance I want to be able to write: select...
  3. aj200100

    Selecting a column with duplicate values in a table

    Thank you very much, that worked!
  4. aj200100

    Selecting a column with duplicate values in a table

    I have a table customer with the following fields customerID,CustomerName,Address,City,state,zip. I am trying to write a query to display all these fields only where the zipcode fields are the same. My query looks somthing like this: I have a table customer with the following fields...

Part and Inventory Search

Back
Top