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 derfloh 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: gohym
  • Content: Threads
  • Order by date
  1. gohym

    Searching through a tree structure

    Hi, I am trying to do some calculations which require some kind of depth 1st search algorithm. I have some ideas as to how to do it, but I think there should be a better way to do it. Hopefully someone can give me some advice. Thanks in advance. FYI, I'm not an expert in coding, would...
  2. gohym

    How to hide and secure columns in Excel?

    Hi, I need to ensure that the users do not get to see one of the columns in the file I created, but I may still need to make changes to that column... I am thinking of having some kind password protected column, i.e. no password cannot see and edit column. Is it possible? For clarity sake...
  3. gohym

    Spam problem- How to create rules based on display name?

    Hi, I'm having problems with spam emails... I had been using the rules wizard of my outlook 2002, but I realise that outlook 2002 is not able to create rules to identify display name of sender, but can only be based on the email address of the sender (correct me if I'm wrong)... can anyone...
  4. gohym

    How to Delete all records in a table using ADO

    Hi, I have a table, "Temp", that contains some temporary information; it has only 1 field called "CSIID" . The CSIID is shown on a form and I want all the table's records to be deleted, once the form closes... preferably not using DAO... Can someone please provide some guidance... time is...
  5. gohym

    How to change start-up options

    Hi... made a lousy mistake of playing around with the start up options, without knowing what was it about... I unchecked all the start-up options which removed the database windows etc... now I don't know how to undo all those options and get back to the default mode... anyone can offer any...
  6. gohym

    How to ensure all textboxes have same height?

    Hi, Appreciate any help that you can give here... Thanks. I have this report with 5 textboxes. Each of them is set to "can grow" = true. However, it is also prefered that all the text boxes have the same height. I have the following code... but it does not seem to work. Private Sub...
  7. gohym

    How to calculate weighted score with NA cells in excel?

    Hello, Need some help here... I'm going crazy with all the numbers... I need to calculate the weighted score for a long list of items, which is organised into a hierarchical tree with max of 5 levels, i.e. item 1 has 5 items under it (1.1, 1.2, 1.3) and item 1.1 has 2 items (1.1.1, 1.1.2) and...
  8. gohym

    How to Display Corresponding Recordsets in Form?

    Hi, I'm a newbie to programming, appreciate any help given here... thx in advance! For each record, there are fields txtV1 and txtV2. I displayed them in a form, frmMain. For each record I also need to display 2 corresponding recordsets (rsV1 and rsV2), each corresponding to txtV1 and txtV2...
  9. gohym

    Determine no. of intercept & union

    Hi, I badly need some help here... I have an excel worksheet with 33 records and 15 fields. For each pair of records, I need to determine the number of fields in which they have an exact match of value (intercept) and the no. of fields when the each pair is in union. Let me give an example...

Part and Inventory Search

Back
Top