When looking at a table etc, you can highlight a few characters in a field
and click the Filter by Selection button and the table is filtered by these
characters.
Can you mimic this process in code? I need for users to be able to highlight
a few characters in a form data sheet and then click a button to check a box
on what would be the filter results ( I don't need it to filter the records,
just check those that match.)
So if you have
James
Jones
Johnson
and the user highights Jo and clicks a button, he gets
James
Jones x
Johnson x
Using A2000
and click the Filter by Selection button and the table is filtered by these
characters.
Can you mimic this process in code? I need for users to be able to highlight
a few characters in a form data sheet and then click a button to check a box
on what would be the filter results ( I don't need it to filter the records,
just check those that match.)
So if you have
James
Jones
Johnson
and the user highights Jo and clicks a button, he gets
James
Jones x
Johnson x
Using A2000
Comment