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 strongm 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. edkuse

    Calling a procedure with a variable

    Thank you. I think this will definitely help me.
  2. edkuse

    Calling a procedure with a variable

    Is it possible to call a procedure with a variable that is equal to the procedure name? Example: Call CommandButton1.Name 'the name is equal to BuildReport Sub BuildReport() ... End Sub This will not work, is at all possible? Thanks, edkuse
  3. edkuse

    Pivot table and database connection from vbscript

    I'm trying to create a pivot table in Excel from a vbscript file. The data in the table will come from a database. I have a macro in Excel I created that works perfectly, but there's one part of the code that does not work in vbscript, and it's really got me frustrated. When I try to assign...
  4. edkuse

    Retrieving all table names and properties using SQL query

    I'm new to using Teradata and was trying desperately to find how to write a SQL query to 1) retrieve a list of all tables or views from a database and 2) retrieve the properties (i.e. column names, data types, constraints) of a table or view. I know I can simply do this in Queryman, but I need...

Part and Inventory Search

Back
Top