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 SkipVought 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: terpster
  • Order by date
  1. terpster

    IIf IsNull Problem

    Try this, =IIf(IsNull([Customer PO]) or [Customer PO] = ""),"NEED PO",[Customer PO]) Have you tried to see if this statement works in a regular query? Or if the query that the report is built upon is pulling the correct information (I know probably dumb questions, but it doesn't hurt to ask! :))
  2. terpster

    IIf IsNull Problem

    Have you checked to see if you have any zero length fields that to the naked eye would appear to be NULL?
  3. terpster

    Ordering with blanks

    Thank you! that worked wonderfully!!
  4. terpster

    Ordering with blanks

    I have a report where I have 'due dates' for projects, and I want to order by date asc. Some of the rows do not have a date provided. I want to have the report show all the itetms with dates first, then the ones with no date at the end. Anyone have an idea of how to make this happen. Many...
  5. terpster

    form calculations

    I'm very new to java script. But I figure I have to learn somehow. What I'm trying to do is take the inputed values from a form and print out the calcuated value. I would guess it's something similar to an order form. eg of what I'm trying to do? <FORM> <P> <table> <tr><td...
  6. terpster

    error when trying to open db..

    there is no lock file. That was the first thing I looked for, I should have mentioned that in my earlier post. I can see what I can do to have the admin restart the server. But I was hoping there was another way around that.
  7. terpster

    error when trying to open db..

    We have a database that sits on a shared directory on our server. As of last night we keep getting the following error message. Could not use H:\projects\projects.mdb file already in use. Noone is in the database. Please help! :) Thanks from all of us here trying to use the db! :)
  8. terpster

    Checking for duplicate entries

    I think my post was not clear enough. I have a emp table with a PK of empID and a manager table with mgrID with the emp_mgr table handling the many to many relationship. What I'm asking is..... when using a form to assign the relationship how would I check to see if there is already an existing...
  9. terpster

    Checking for duplicate entries

    I'm trying to assign a manager to an employee using combo boxes in a form. I have an emp_mgr table that contains the empID and mgrID. I'd like to show an error message to anyone who tries to duplicate the emp/mgr relationship if it already exists in the database. How could I do this. Please be...
  10. terpster

    using ssh...

    Can a windows admin snoop my ssh session?
  11. terpster

    checkboxes in reports

    Thanks humble! I used radio buttons instead, but your post was very helpful (I was in the middle of posting my reply when you must have submitted yours! ) :)
  12. terpster

    checkboxes in reports

    I figured out how to do what I wanted to do. Is there a way to delete unwanted posts? :) Thanks!
  13. terpster

    checkboxes in reports

    Hi! I'm trying to have check boxes 'checked' or unchecked based off of values in one of my tables. I have 4 check boxes: Yes No Pending Information not in file The values in the table: 1=Yes 2=No 3=Pending 4=Information not in file How do I get the apprpriate box checked for each customer...
  14. terpster

    exporting from sql server to Access

    When I export from sql server 7.0 into Access 2000 I lose all of my primary keys and relationships? Is there a way to keep my primary keys along with the relationships so I don't have to recreate them each time? Thanks!
  15. terpster

    reports

    I did what jkurtz suggested and it worked like a charm! Thanks for your assistance!
  16. terpster

    reports

    Does anyone know why the margin settings and page layout changes every once in a while for my access reports? How can I get the settings to stay put? Thanks! Lori
  17. terpster

    parsing 1 column into 2

    I have a column that contains both last name and first name seperated by a comma. I was wondering if there was an 'easy' way to parse that column to put it into two seperate columns. thanks!
  18. terpster

    Multi columns (like newspaper) in reports

    Anyone know if you can make your columns 'wrap' like how a newspaper is laid out? I have a long list of names that I'd rather have all one one page. :) Thanks!
  19. terpster

    Rounding in Access

    Yep, that's exactly what I want to do.
  20. terpster

    Rounding in Access

    How would you go about rounding to the thousands place in access? eg. 3600 -> 4000. Thanks for your suggestions!

Part and Inventory Search

Back
Top