Hello All,
This is driving my crazy!
This is what Im trying to do: When the user puts in a Site number I wanted it to filter the records that are simular that number. Simular to what a query world do. (Like "*" & [Which Site #?] & "*")
So if I only input "LA25" it will pull all the records in the Site Number field that have "LA25" even if it says "LA25659"
the code I am using is:
rs.filter "[Site Number]= '"& InputBox("Enter Site Number") & "'"




Can anyone help????
Thanks
This is driving my crazy!
This is what Im trying to do: When the user puts in a Site number I wanted it to filter the records that are simular that number. Simular to what a query world do. (Like "*" & [Which Site #?] & "*")
So if I only input "LA25" it will pull all the records in the Site Number field that have "LA25" even if it says "LA25659"
the code I am using is:
rs.filter "[Site Number]= '"& InputBox("Enter Site Number") & "'"




Can anyone help????
Thanks