Quote Originally Posted by timoteius

VB Code:
  1. Public Event newSearch()
  2.  
  3. Public Property Get recID() As String
  4.    redID = txtSearchValue.Text
  5. End Property
When you read recID you're not getting any value, because the text in txtSearchValue is being loaded into redID. Or was that typo generated when you typed the code into the forum instead of copying it and pasting it?