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 TouchToneTommy 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: RAWC
  • Order by date
  1. RAWC

    Page direct based on program contained in gridview

    thanks for the help. Just got fired because I couldn't get this to work... DeletE thread.
  2. RAWC

    Page direct based on program contained in gridview

    Deleted extra post.....sorry. This is what I am getting now. See attached document w/ screenshots.http://files.engineering.com/getfile.aspx?folder=db8f7734-558c-442a-9186-df9582ff0c5f&file=URL_as_parameter_issue.docx
  3. RAWC

    Page direct based on program contained in gridview

    I am attempting my first asp.net/vb.net application. I have 15 clinical programs that a user may be a member of. When a row is selected in the gridview, I would like to get the value of the clinical program the employee is a member of. I would then like to set what page url is used for the...
  4. RAWC

    Join problem???

    I have a table of procedures done on a patient. The patient can have one procedure with more than one diagnosis or modifier (left, right, bilateral, etc.) The modifier stored in the patient procedure table is the key value, when I instead need the description. Everything brings back what I...
  5. RAWC

    Keep cursor in current control problem

    Thanks to the Judge! Solved by thread702-474982
  6. RAWC

    setfocus to a field in a subform

    Judge You are a savior! I've been trying everyone's suggestions, and getting many lumps on my head from pounding it on the desk! Your suggestion worked! This star is for you!
  7. RAWC

    Keep cursor in current control problem

    I am working on a database that if the user selects "Other" for certain fields, a text box then becomes visible. At that point, the newly visible field becomes required. I am having problems returning focus to that field. I enter the control and do not enter any text, but tab out of...
  8. RAWC

    Selecting records with date after today

    Mike and synapsevampire ... while you two were working, so was I. The initial posts put me on the right track. What I ended up using is almost identical to Mike's last post. Thank you so much for your help. I have had a Help Desk ticket in with the software vendor for 4 days. Post it here...
  9. RAWC

    Selecting records with date after today

    Mike... It's a string(YYYYMMDD). So would date_stopped > cstr(currentdate) work??? Thanks!
  10. RAWC

    Selecting records with date after today

    I'm very new to Crystal and am trying to fix an existing report. The database has a field "date_stopped". If that date is today, or before today, I do not want that record included on the report. I have tried using Now() and CurrentDate, both of which had errors. I know what I have...
  11. RAWC

    USER database won't backup

    Try this... prior to step that is failing, ALTER DATABASE databasename SET SINGLE_USER. Then once it has completed, ALTER DATABASE databasename SET MULTI_USER.
  12. RAWC

    Need example of Consolidate within Excel

    I am preparing for my Excel MOUS and am stumbling over the data/consolidate function. My main problem is lack of an example. I took a prep course, and the instructor offered no more examples or explaination that what was in the book (which wasn't much!). Any help would be appreciated...
  13. RAWC

    Selecting most recent record

    Ok... figured it out. And maybe I am not good at explaining what I am doing wrong! The problem was (I think!), that I was trying to pull too much into the initial query. Once I broke it up into multiple queries, it worked. First I got the patient number and the latest date. Then I went for...
  14. RAWC

    Word 2002 Address problem

    Problem solved... yet another instance of a corrupt normal.dot Get rid of the template, got rid of the problem.
  15. RAWC

    Selecting most recent record

    cmmrfrds The database is Access 2002. I can add the timestamp, but that wont help with with the existing records (since they all would have the same time... right???). I really hate to have to go through this table and remove the old records manually, especially since I will have to use this...
  16. RAWC

    Selecting most recent record

    I need to find the most recent record for a patient in a table of Lab Results. From this table, I need to get the Patient Chart Number, a specific test (Hgb A1C), the result of that test, and the most recent results (there are multiple records (dates) in the table for each patient). The...
  17. RAWC

    Removing Automatic Logon

    Ok... I've seen all of the posts on how to set up Auto Logon with NT. I need to find out how to remove it. I can guess, but would prefer not to when messing with the registry. If I just remove the password from within the quotes, what happens with the user id that is supplied? Would you...
  18. RAWC

    Word 2002 Address problem

    I have a user with Office XP. They create a letter, then highlight the address at the top of the letter. Going under Tools>Letters and Mailing>/Envelopes and Labels... this is where the problem starts. She ends up with the entire letter being formatted for the envelope. Then an error saying...
  19. RAWC

    Query OK, Report processes some records 2x's

    I have a report that checks values and if they do not meet the requirements, it turns the backcolor of the field to grey, and at the same time increments a counter. My counts are off, by just a few. Going through debug, I noticed that some records are being process twice. (This is after...
  20. RAWC

    Missing value list items in combo box

    My bust. I changed the column count to one, but did not remove the "0" column width. I had two column widths... 0 and 1". Thanks for the help!!!!!

Part and Inventory Search

Back
Top