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 Wanet Telecoms Ltd 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 herrld

  1. herrld

    Excel to chart or graph survey results

    Skip, the surveys can be pulled from the beginning of time (Aug 2008) to current. I think originally they will want to see all the data broken down into Year and Qtr but ongoing it would just be either Calendar Year and Qtr or Fiscal Year and Qtr. I haven't been given any guidance on this from...
  2. herrld

    Excel to chart or graph survey results

    I've been asked to help analyze customer service survey results. Here is a sample of the data. Q4 - Q9 relate to specific questions that the customer answers. They can score Q4-Q8 as 0,3,6,9,12. 0 being Unsatisfactory, 12 being Excellent. They can score Q9 as 0,10,20,30,40. 0 being Unsat, 12...
  3. herrld

    Limit the number of discrete values in Parameter

    Thank you! I will give that a try. Linda
  4. herrld

    Limit the number of discrete values in Parameter

    Crystal Dev v9. Microsoft SQL 2005 database. I have a parameter that allows multiple discrete values (string) There is no default value for this parameter. I would like to limit the number of values that the user can enter into this parameter to six. Can this be done? Linda
  5. herrld

    New hard drive set up as Master/ old HD slave

    Not discouraged at all. I consider it a learning experience and I won't make the same mistake twice. Thanks for your input! Linda
  6. herrld

    New hard drive set up as Master/ old HD slave

    Ok. To make sure I have the steps correct.. A) I remove the slave drive and I'm left w/ the new hard drive. B) I reinstall Windows XP on the new drive from the cd so it becomes C: Do I need to do anything prior to reinstalling WindowsXP? Linda
  7. herrld

    New hard drive set up as Master/ old HD slave

    I installed a new hard drive as master and set up the old hd as slave. I installed the Windows XP OS on the new HD as well as programs etc since I believe the old hard drive is getting ready to quit (clicking). If/when the old HD quits can I change the new hard drive to be C: instead of F: ? I'm...
  8. herrld

    Validate that data has been edited

    Thanks Gary. That worked. Very cool! Linda
  9. herrld

    Validate that data has been edited

    I have 25 fields on the form that can be edited. Does that seem like too many? Linda
  10. herrld

    Validate that data has been edited

    I have a form that is based on a query which contains 2 tables. These tables have a one-to-one relationship. This form allows edits and deletions. I have a SAVE button on my form. The code follows. Private Sub SaveBtn_Click() On Error GoTo Err_SaveBtn_Click DoCmd.DoMenuItem acFormBar...
  11. herrld

    Make NO of "Yes" , "No" buttons the default

    John, Thanks SO much for your help! Linda
  12. herrld

    Make NO of "Yes" , "No" buttons the default

    I have the following code on a form. It works fine, however, I would like to force the NO button to be the default when this message box comes up. Also, somehow show that NO is pre-selected for them by changing the appearance of the NO box. Private Sub DeleteBtn_Click() On Error GoTo...
  13. herrld

    Created Crystal .exe But need to submit Userid and Password

    jsteff, Did you ever get an answer for this?? Linda
  14. herrld

    2 DSN's using port 1433

    Thanks Mike. That's good to know! I appreciate the help. Linda

Part and Inventory Search

Back
Top