G
Guest
I trying to search by last name, [last], in a form using a command button, but want search to pull up matching names even if they have Jr. or Sr. etc... afterwards, so want to use [last] with an asterisk.
have tried
lastname = Me![Last] & "*
Me.Filter = "last = " & lastnam
Me.FilterOn = Tru
Seems simple, but this and other variations don't work. how should the criteria be written in the filter statement
thanks!!!
have tried
lastname = Me![Last] & "*
Me.Filter = "last = " & lastnam
Me.FilterOn = Tru
Seems simple, but this and other variations don't work. how should the criteria be written in the filter statement
thanks!!!