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!

Recent content by ttechie

  1. ttechie

    New PC won't power on

    Thanks for that. I've not been in work today, so can't check if the lads are having a joke. I wouldn't have thoguht so though as, they're usually quite firendly and helpful. I've done as suggested and re-taken my motherboard out. Are you sure I've got to sand all the silver points down on the...
  2. ttechie

    New PC won't power on

    I've just assembled my first PC, and it won't power on. I've checked all the connections and everything, but when I push the on button nothing happens. I was talking to a collegue, and they suggested that because I'd bought a Taiwanese motherboard and American CPU I needed a Gra-rad modifier...
  3. ttechie

    Text and image moving

    Thanks a lot for the prompt helpful responses. Both methods worked perfectly.
  4. ttechie

    Text and image moving

    I realize this may be a stupid question, but I'm kind of new to Photoshop because I used to use Paint shop Pro and never had this problem. Okay my problem is whenever I try and move text close to the border, but NOT on the boarder, it just gets attatched to the edge. I want to move my text a...
  5. ttechie

    Sort problem

    I have a soring problem. For example, when I sort I get the follwoing: Any Idea how to fix this sort??? 102 11 11 1131 19 25 41 624 Thanks in Advance
  6. ttechie

    How to retrive start and end date

    Thanks guys for the help. what about the where part. How does that work?
  7. ttechie

    How to retrive start and end date

    Hi I am new to SQL. I am trying to retrive data about employee name, Start date and Last date. How do I do this? I know it is very simple question but I am very new to this. thanks select start date, end date, last name ??? from employee where ???
  8. ttechie

    White Spaces

    Thanks guys I got it to work . I seperated the data into two groups and suppress the blank space. Thank You! Jay Converse
  9. ttechie

    Date Range help

    I got it to work using Between [Forms]![Reports Form]![ReportStartMonth] And [Forms]![Reports Form]![ReportEndMonth] in "FinishedDate: Format([DIARYDATE],"mm/dd/yyyy")" criteria. But now I have another question. When I enter start date 11/21/2005 and end date 11/22/2005. I get not only these two...
  10. ttechie

    Date Range help

    Actually, I got Frustrated so I tried both DIARYDATE and then DATERECEIVED just to get it going. Thanks for the help.
  11. ttechie

    Date Range help

    Ahh, I don't get any error, but I don't get any data either when i user date range. I am trying to get date range for a me so that I can audit the end user. However, I can audit the end user "finished claims" on per day only. But I would like this in a date range so I can audit the end user say...
  12. ttechie

    White Spaces

    Is there a way to remove whitespace in crystal reports? thanks
  13. ttechie

    Date Range help

    markphsd, correct me if I got it wrong. I used Look up "between" in criteria under field name DATERECEIVED but I still got nothing. Any other idea? Thanks
  14. ttechie

    Date Range help

    I am working on a database that someone else wrote. I am trying to get the start and end date from the database using three tables. I have used criteria Between [StartDate] And [EndDate] then I chose Parameters Date/time. But no luck! The database works fine when I retrive date using calender...
  15. ttechie

    sub total and grand total.

    Iam using crystal 10. I am getting sub total and grand total. for grand total i have the code below.Any idea where i just get grand total 300 where 58 is instead of having to see at every user. Thanks sum ({MEDICAL_REPORT_OBJECT.EDI_ID}); numbervar grandtotal; numbervar grandtotal := grandtotal...

Part and Inventory Search

Back
Top