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!

Recent content by rekhatr10

  1. rekhatr10

    Code Not working

    Remou, Thank you it works, don't know why I didn't realize that.
  2. rekhatr10

    Code Not working

    Diamond 3250027 Zero will be in odd position althought it is an even number. I am picking up numbers from the odd postions from right.
  3. rekhatr10

    Code Not working

    Yes. The number would be 7053
  4. rekhatr10

    Code Not working

    Zion, PHV, Diamond How would you hadle a zero inside the string. Say 3250027 the code completely skips as it is equal to 0 Rekha
  5. rekhatr10

    Code Not working

    Zion & Remou, Thank you both for helping me. It worked like a charm. Thank you both again for helping me
  6. rekhatr10

    Code Not working

    Hi everyone, Below is my code to go and pick all the even number from right. But I am not able to do it .Bar TotalOdd will be 57 But I want to get 75. Could you look at the code & help me figure out where I should modify my code. I tried right function but not able to get it. Any...
  7. rekhatr10

    Hide DropDown

    cLFlaVA Still didn't work. Any other ides!!
  8. rekhatr10

    Hide DropDown

    Hi Everyone, I have 2 dropdown box where one of the drop down box should be hidden when the a button is clicked. This is what I have so far <TR> <TD WIDTH="50%">Diagnosis4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <SELECT NAME="cmbDiag4" size="1" ID= "cmbDiag4"> <option>A </Option>...
  9. rekhatr10

    Run VBS file

    Can you explain furture if you don't mind. I am new to this Thank you
  10. rekhatr10

    Run VBS file

    How do you automate running of a vbs file? Any help is appreciated. Right now I run it through command prompt using cscript Thank you
  11. rekhatr10

    Open crystal report through access

    Hi everyone, I have to launch crystal report using access97 using ODBC connection. I have no idea how to do it. Could you point me in the right direction Thank you RR
  12. rekhatr10

    Left Join

    Hi everyone, CR 7.0 SQL 2000 I have 2 table appt & docdesc link on account number and adate to svvdate left outer join link. In docdesc you have desction as 'patient letter', 'Patient notes', prescriptions, E& M Family Med. I want to display all the results from appts table whether there...
  13. rekhatr10

    Strage Problem

    Hi Everyone, CR 7.0 SQLServer 2000 I have a very strange problem. I have 2 table appts & Char The link is left outer join to Account#. What i want is even if no records are in char I still want to see records from Appts table. Under the EditselectionForumula->Group I have set if char.Desc <>...
  14. rekhatr10

    Looping & counting

    LB Okay will give it a try. Thank you very much Rekha
  15. rekhatr10

    Looping & counting

    LB, FamilyID will not always be the same length only the last 2 number will be 01 02 etc. Also I made a mistake her 1008 should be 2 e.g. 100701,1000801,100802, 100901,100902,100903 1007- FamSize 1 1008- 2 1009 3 I am sorry, but I don't understand how you are counting...

Part and Inventory Search

Back
Top