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

    Indexing Question

    If a table has a concatenated primary key (Col_A, Col_B) and is a clustered index where each column is a foreign key from another parent table, would it be necessary to create nonclustered indexes on each individual key (one on Col_A and another on Col_B)? Or, would SQL Server use the clustered...
  2. bbitzer

    Is SP Executing?

    Is there a way to tell if a stored procedure is running so the same proc is not executed again at the same time from another user?
  3. bbitzer

    Bound Object Frame Does not show ICON

    I am trying to insert a Word 97 document into an Access 97 Bound Object frame. I have an Access table into which I can successfully insert the Word doc (OLE field). The frame is bound to the table which contains the doc. When I run the form and then go to view the Bound Object Frame, the Word...
  4. bbitzer

    Connection String to SQL Server

    I have this VBA Code to run and script SQL Server jobs on my local machine. How can I modify it to connect to a network SQL Server from my workstation and script the jobs on the network SQL server? I do have Administrative permissions. I know I need a connection string, but I dont have much...
  5. bbitzer

    Closing a Word App from Access

    I recently made use of code that uses a Word Application to check the spelling of the labels on each of my Access forms. I open an instance of Word to run Set wrdApp = CreateObject("Word.Application") wrdApp.Visible = False I then cycle through the forms and label controls and use...
  6. bbitzer

    Exporting Databases To Excel. Plz help... my teachers can't do it

    Access 2000 Reports can include Excel charts. Open the report in design view, select Objects from the Insert menu and choose Microsoft Excel Chart. Edit this chart like you would in Excel.
  7. bbitzer

    winmgmts access to inventory network PC

    I would like to capture Processor information on each PC in the local network into a database for reference. This is part of a script to output information in the cmd window (for now it is fine) but only for the local machine that the script is run. Is there a way to access the network PC's...
  8. bbitzer

    Excel cells passing parameters to SQL Server SP

    Question: If I have a stored procedure that runs behind a spreadsheet, how can I enter values into specified cells and the stored procedure will use those values as its parameters. I would like to do this to avoid having users edit the parameters in Microsoft Query directly. bbitzer@computer.org

Part and Inventory Search

Back
Top