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 wOOdy-Soft 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: ghost2
  • Content: Threads
  • Order by date
  1. ghost2

    Deleting Rows in Excel File and the Exporting results again?

    I know I can run a macro and specification to export results from a query to an excel file. Is there a way to purge the existing records in the sheet and then export the results? I have a pivot table that is set to refresh on open so I can't just delete the file I need to actually have the...
  2. ghost2

    How can I update field that is time to get rid of 1/1/1900?

    I have some time fields that I have to run a quick update to just get rid of the 1/1/1900 before the time to just the time? Any ideas all. Thanks
  3. ghost2

    Date Quesion getting AVG by Week. Help.

    Hello all. I have a query where I am getting a total QTY by month/year. I need to now break it up into weeks. Is this possible? Thanks all. Here is the functions I am using for year and month. Year([DateShipped]) AS [Year], Month([DateShipped]) AS [Month]
  4. ghost2

    Exec Command Stored Procedure

    How do you surround a single quote in an exec command to get it to stay as a single quote and not close the string?
  5. ghost2

    Running Command Line call from stored procedure?

    Hello all. I have a batch file that I want to call based on criteria in a stored procedure. How do I within an IF statement switch to the command shell and run command shell lines? Also is there a way to pass into one of the command shell lines a variable? I have a program that auto emails...
  6. ghost2

    Will restarting a PC on Term Services come back to remotely

    If I restart a machine through terminal services will I be able to term in still to logon again?
  7. ghost2

    ADO object not working Help

    Ok i have narrowed down the issue. I have installed mdac 2.8 again as well. I am getting an automation error on the line Set db = New ADODB.Connection Set rs = New ADODB.Recordset it was working fine then I had to kill the application mid process I am now getting an automation error. I...
  8. ghost2

    Install Issue Tried Installing and it failed. Help

    Hello all. I tried installing VB and I had to kill the install. Now when I try and bring up setup its going to InstallSheild and it shows Launch Backoffice and then it goes right to the last screen for register. What do I have to do to get it back to the start of the install so I can select...
  9. ghost2

    Automation Error

    Hello all. I have a VB app that utilizes crystal and MS-Fax. The program ran the first time but I had to kill the application. Now I am getting this automation error but it was working. Any idea what I can look for in processes or anything? I dont want have to reboot. Thanks all
  10. ghost2

    SQL Syntax Question

    I have a query where I am summing sales for the current year 2004. This query is grouping by year and month based in criteria for the current year. I need to also though in a column summarize 2003 all data not by month, but grouped the same way on the channel. Here is the query any help...
  11. ghost2

    Crystal 9.0 Crosstab - Way to drill down??

    Is there a way to drill into data on a crosstab in Crystal. I need to somehow create a crosstab because I need months across the top of the report and then certain rows. However I want to setup some drill down for this report as well. Any way to setup drill down for this.
  12. ghost2

    Anyone know what table the GL Distribution is stored in?

    I am looking to query the RM20101 table of unapplied documents and I want to also link to the GL distribution records for each document. Does anyone know what table that breakout is stored in? For example, if I look up a document and then I click the document and then the distribution what...
  13. ghost2

    Syntax Question Group By

    Hello all I am getting confused with this. I have a group by query where I am trying to sum a result but it is asking me for a field in a CASE statement where if I add it to the group by I get multiple records. Here is the query: The first part works if I take out the [0-30 Days]. I had to...
  14. ghost2

    Can an excel macro be called from a SQL JOB

    I have a SQL job that does an extract of data from a view to an excel file. I have been then opening the file and creating a pivot table and chart. I would like to automate the pivot table creation somehow as the next step after the creation of the excel file. Is this possible?
  15. ghost2

    Error Trapping Question

    Hi all. Is there a way I can return a -1 to a job that is running a vb exe so it knows the job failed? I have basic error trapping but want to somehow echo a -1 if the job fails.
  16. ghost2

    Anyone know how to easily write to a log file

    I have alot of code to write to a file but I was looking for the simplest way to just open a text file and write to it and if it exists then append to it. Anyone have any example code? Thanks all
  17. ghost2

    Is there a way to read in comma delimited file into Recordset?

    I have a comma delimited file that has the first row is row headings. How can I read this into a recordset in VB6? This program was in Access 2K and the code was first creating a temp table. Thanks all
  18. ghost2

    Setting Bookmark in Access

    Can anyone give me an example how to set a bookmark in a form in access? I have a recordset on a form that I need to requery but I do not want the record to move from that record. How can I accomplish this? Thanks all.
  19. ghost2

    Form Requery Question

    Hello all. I have a form where after the user updates a field on the form I have to requery the form. When I do this it is a long grid and I see the record selector fly through the records to back to the bottom record that I am editing. When the list gets long it takes a minute to come back...
  20. ghost2

    How can I backup my SQL Scheduled Jobs if I need to move servers

    Hello all. Is there a way I can backup my sql jobs because a machine we are currently running is starting to look bleak. I just need the SQL jobs on the machine backed up. Thanks all

Part and Inventory Search

Back
Top