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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by healermoon

  1. healermoon

    creating billing Statement Access 97

    All of the invoices are total up in one column: =Sum([fldAmtDue]) All of the Payments are totaled up in the next column: =Sum([fldBillPayAmt]) And the total amount due: =Sum([fldAmtDue])-Sum([fldBillPayAmt]) This works out just fine. However I was told by the Controller that he wants to...
  2. healermoon

    creating billing Statement Access 97

    At the bottom of my billing statement I want to show what is the amount due that is current, 30 days past due, 60 days past due, and 90 days past due. I was thinking the formula would be: Sum[AmtDue]-Sum[AmtPaid]<[End Date] or Sum[AmtDue]-Sum[AmtPaid] AND <[End Date] for the current due...
  3. healermoon

    Excel shading not printing

    I have several rows shaded in an excel spreadsheet. I am using Excel 97. However when I print the shading is NOT showing up on the print out. I checked the page set up to be sure that the black and white option was NOT selected. It is not. Any suggestions how to fix my issue? Thanks. Kenny...
  4. healermoon

    98 machine hangs on network login

    I did try it before I added the hosts table. I also tried by adding the hosts table one line at a time. Still no luck. The computer was connected to the network before I blew it away by another user. I also blew out all the dust bunnies from the maching and reseated the network card. I also...
  5. healermoon

    98 machine hangs on network login

    I have a NT server that has mostly 98 machines logging into it. I replaced a very old 98 machine, with a new machine, 400 mhz, 32 RAM, and a fresh 98SE install. I copied the hosts table from one of the other machines at the facility, and tried to log into our server. It gets to the verifying...
  6. healermoon

    Not in List Event Procedure problem

    No sorry, Needed the set limit to list to yes .... you dummy. <grin> Thanks for trying, sorry I was to dense. Kenny Renaud IT Manager Corral West Ranchwear Inc.
  7. healermoon

    Not in List Event Procedure problem

    Thanks that worked!!! Kenny Renaud IT Manager Corral West Ranchwear Inc.
  8. healermoon

    Not in List Event Procedure problem

    The limit to list property is "no" and it will let me add to the list but will not check to see if the name is already on the list. I feel like a big dope. Thanks for your help. Kenny Renaud IT Manager Corral West Ranchwear Inc.
  9. healermoon

    Not in List Event Procedure problem

    Thanks. Unfortunatly that didn't help. I can type whatever I want in the box with no msgbox wanting to know if I want to add it when I hit enter and pop into another field. I know it is a weird one. Thanks!! Kenny Renaud IT Manager Corral West Ranchwear Inc.
  10. healermoon

    Not in List Event Procedure problem

    I can add a new company without the msgbox popping up to say this isn't on the list are you sure you want to add it? I would like it to ask to keep misspellings etc out of the list. I used Dev Ashish's code with my own fld name, and table name: ' ************ Code Start ********** ' This code...
  11. healermoon

    Machine Administration problems

    This is Win XP Pro edition. I have tried logging in as administrator with blank password and it only works in safe mode. Thanks for your help! Kenny Renaud IT Manager Corral West Ranchwear Inc.
  12. healermoon

    Machine Administration problems

    I have a new machine that I am setting up. I have no problem connecting to the network. However, the issue is that the user should be able to be the admin of his own machine. I cannot log in as an admin on this machine except in safe mode, to install programs, adjust power settings ect.I have...
  13. healermoon

    Server 2003 compatibility questions

    Thanks for the information! We really appreciate it. Kenny Renaud IT Manager Corral West Ranchwear Inc.
  14. healermoon

    Server 2003 compatibility questions

    We have 5 servers, one at our corporate headquarters, one at Distribution Center and three for our e-commerce division. Currently they are all running NT4. We need to upgrade our corporate server to allow for upgrading our payroll software, and are looking at a Server 2003 machine, will it play...
  15. healermoon

    Differences in Dates

    Expr1: (([last updated]-[Start Date]+9.9)\36.525)/10 This is working with the exception noted above. Thanks. Kenny Renaud IT Manager Corral West Ranchwear Inc.

Part and Inventory Search

Back
Top