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

    ODBC error on Access 2003

    I am using Access 2003 as the front end and thru ODBC connecting to a SQLBase 8.1 database. My code runs fine on Access 2000 or XP. I get an ODBC error (obtuse error coding) with Access 2003 only. One of the queries that I am having problems with is - INSERT INTO tblTmpMonthSales (...
  2. SpringK

    Novell NW 5 Server losing time

    I am a Novell NW admin newbie. We have a single Novell NW 5.0 SP6 server. It is losing about 12 minutes in 24 hours. I have set the values in Timesync.cfg to the default values, Configured Sources is OFF and Time Sources is ;. I've tried changing Configured Sources to ON and setting Time...
  3. SpringK

    Deleting text from string

    I have a field in my invoicing table with values as follows 34 feet 145 feet 12345 feet I need to be able to pull the numeric part of the field out so that I can use it in computations. I've tried strA - Right(strA,5), but it doesn't work. The 'space' and 'feet' is consistent with all the...
  4. SpringK

    CR 8.5 Formulas for Month Summarized Data

    I have a crosstab report based on SQL query. I have summarized days operating and days standby (rows) and months (columns). At the end of the report, I want to create a formula that computes the days utilized each month as follows 01/2005 02/2005 Days Operating...

Part and Inventory Search

Back
Top