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 Nasdawg

  1. Nasdawg

    Terminal server and outlook

    In my terminal server farm I have seen some strange things happening with outlook. I have some users that are using 50 percent of the processor for Outlook alone. It does not seem to matter if the user logs into the server even after a reboot. the processor usage jumps up as soon as the user...
  2. Nasdawg

    update 3 fields

    Hello all, I have two tables on table contain info in the following manner Name 1234p01 5678p02 1234p03 The next table hase thre columns p01 p02 p03 I would like to do a query so that the corresponding p0x goes into the proper columns. I am using access 2k to do this. Thanks in advance
  3. Nasdawg

    Search then search next

    thanks for your assitance I have figured it out with your help
  4. Nasdawg

    Search then search next

    NO this is what i use for my search Dim rs As Object Set rs = Me.Recordset.Clone rs.FindFirst "[Code]='" & Me.srch & "'" If Not rs.nomatch Then Me.Bookmark = rs.Bookmark Else MsgBox "'" & Me.srch & "' found in the Database" End If something very simple
  5. Nasdawg

    Search then search next

    Hello all, I have search feature in my database. But now I have multiple records with some of the same fields. So what i would like to do is have a button that will search for the next record. Anyone that can help me I would appreciate it. Thanks in advance

Part and Inventory Search

Back
Top