R
Ren
I created a datasheet form using the wizard. I want an input box (for
the key field) so that only the records appear that match what the
user has typed so far. In other words, the input box causes a dynamic
filter based on the change event (or something like that). For
example, let's say there are 5 records that start with the letter B
like so:
ban
bed
beat
bit
bite
When the user types a b as the first letter, all the records that
begin with b are shown in the datasheet view. If the user then adds
the letter e, only the records with the key field of bed and beat are
shown. If the user backspaces, all the records with b are shown. If
the user adds an i after the b, only the records with the key field of
bit and bite are shown.
Thanks in advance.
the key field) so that only the records appear that match what the
user has typed so far. In other words, the input box causes a dynamic
filter based on the change event (or something like that). For
example, let's say there are 5 records that start with the letter B
like so:
ban
bed
beat
bit
bite
When the user types a b as the first letter, all the records that
begin with b are shown in the datasheet view. If the user then adds
the letter e, only the records with the key field of bed and beat are
shown. If the user backspaces, all the records with b are shown. If
the user adds an i after the b, only the records with the key field of
bit and bite are shown.
Thanks in advance.