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 Chriss Miller 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: finbib
  • Content: Threads
  • Order by date
  1. finbib

    Access "batch" question

    My company is transitioning business software. In the interim, we are forced to transfer data from an IBM uniVerse database to a SQL 2000 database. I have been using a combination of Excel/ODBC and DTS to transfer the data. It works well, but it is a several step process. I've begun to...
  2. finbib

    Record selection based on 1 of 2 parameters

    Good evening all! I'm using CR XI with SQL 2000. I have a check register report that I need to modify to show checks printed either by a date range or check number range. I have created parameters for {?From Check Date}, {?To Check Date}, {?From Check Number}, and {?To Check Number}, as well...
  3. finbib

    CR XI date range question

    I have a report request from a user to show sales in qty and dollars for the 1st quarter of the current year, as well as the last 3 years. I was able to get the current year qty and dollars fairly easily, using this formula: If {Invoice.Date} in Calendar1stQtr then {Ship.Qty} else 0; and a...
  4. finbib

    XP SP2 bootable cd error

    Good afternoon! I'm trying to slipstream SP2 into an install of WinXP Pro, and create a bootable cd. I've followed the instructions, and I created the bootable cd with no problem. However, when I went to use the cd, it gave me a "CD cannot boot - Code 4" error message. Any idea how I can...
  5. finbib

    Mapped drive/permission problem - XP Pro

    I have an XP Pro desktop acting as an app server, and the app uses an Access 2000 database. I'm trying to install the client software (on a brand new XP Pro desktop) to access the database on the server. I've mapped a drive to the folder where the database resides, and used the mapping to...
  6. finbib

    Word forms drop-down box question

    Good day all!! I have an odd question. I'm using the drop-down form box in Word, and it appears to have a capacity of 50 characters, including spaces. Is this true, and if so, is there a workaround so that I can have a string longer than 50 characters? TIA, Bob
  7. finbib

    Excel vlookup question

    I have a named range in an Excel sheet called Commissions. I'm using the following formula to look for company names in Commissions in order to determine which invoices should have commissions paid on them. =IF(C3=(VLOOKUP(C3,Commissions,1,FALSE)),"Y","") The formula...
  8. finbib

    Win2K configuration question

    There is a file name hidden somewhere in a Win2K installation that allows you to gain extra configuration functionality, i.e. remove games, IIS, etc. Does anyone know the name and path of this file? TIA, Bob
  9. finbib

    Outlook XP offline synch question

    I'm trying to configure Outlook XP for offline use. When I choose to synchronize, I get this error. Task 'Microsoft Exchange Server' reported error (0x8004010F): 'The operation failed. An object could not be found.' What does this error mean, and is there a fix? TIA, Bob
  10. finbib

    Date formatting question

    I created the following formula: MonthName (Month ({INVOICE_DT})) in order to get the name of the month. Is there a way to get the months to format in month order, as opposed to alphabetical order? TIA, Bob

Part and Inventory Search

Back
Top