Search results

  1. K

    Cut and Paste macro stopped working...

    Hi I adapted a macro to help me sort data - it searches for a value in the rows and any rows in that worksheet, it copys them to another worksheet called "results" and then deletes the original row: Sub CutandPasteRows() Dim rng As Range Dim rng2 As Range Dim cl As Range...
  2. K

    Unbound textbox to filter a different form

    Hi I have a database collecting patient information - its all based on one form called [TRAUMA DATABASE] which uses the table [TRAUMA DATABASE] (Access 2003) To make it simple enough for surgeons to use, i created a intro form with big buttons called [Intro] - these are seperate forms in the...
Back
Top Bottom