R
Ripper
.Filter = "EXISTS(SELECT tblInmates.InmateId FROM tblInmates " _
& "WHERE (tblInmates.LstName LIKE *'" &
[Forms]![frmLockAllocations]![cboNameLookup] & "'*) AND " _
& "(tblInmates.InmateId = tblLockAllocations.InmateId))"
Compiler does not like something about this string; the wild card
characters, I think. Error msg is "You can't assign a value to this object",
although I think that is not true because I have many strings assigned to
..Filter with no problem. Please help...
Many thanks,,
Rip
& "WHERE (tblInmates.LstName LIKE *'" &
[Forms]![frmLockAllocations]![cboNameLookup] & "'*) AND " _
& "(tblInmates.InmateId = tblLockAllocations.InmateId))"
Compiler does not like something about this string; the wild card
characters, I think. Error msg is "You can't assign a value to this object",
although I think that is not true because I have many strings assigned to
..Filter with no problem. Please help...
Many thanks,,
Rip