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 Rhinorhino 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: usingVB
  • Content: Threads
  • Order by date
  1. usingVB

    Selecting a field/column

    Hi all, Just wondering if there is a way in VB to select a field/column in a table based on part of its name. For example, I am currently getting a column by: Name.field = "USA_ID" However, I want to be able to use different datasets with the code, and therefore get the column that ends in...
  2. usingVB

    Making a chart using VB

    Hi, I'm trying to make a chart using VB code, however, I want to specify which fields are used for the X and Y axis. I've found the following code, which works, but I'm not sure how to go about specifying X and Y axis fields. Any ideas? Copied and pasted from website..... Description: This...
  3. usingVB

    VBA and textboxes

    Hi all, I have a question about writing to textboxes using VB. I have the following code which successfully writes to the immediate window, showing both data and frequency: for example…. A 4 B 5 C 0 D 6 etc... ' Loop through the values returned by GetHistogram For i = LBound(dataValues)...

Part and Inventory Search

Back
Top