O
Ornitobase
Hi,
my database allows the user to store general information about his
trip (MainForm) and add bird observations through a datasheet-like
subform (SubForm).
Currently the new bird is inserted through a combobox with
autocomplete, bound to the table Species, but this process is
annoying. I.e. if I want to insert the sight of a Starling, I must
remember to start writing "C..o..m..mon Starling"; if I start writing
"S..t.." I get only "Striated Grasswren" etc.
How can I show in the dropdown menu all the bird names that contain
the written letters (no matter if at the beginning, middle or end of
the name?).
Thanks in advance, I look forward to a solution!
my database allows the user to store general information about his
trip (MainForm) and add bird observations through a datasheet-like
subform (SubForm).
Currently the new bird is inserted through a combobox with
autocomplete, bound to the table Species, but this process is
annoying. I.e. if I want to insert the sight of a Starling, I must
remember to start writing "C..o..m..mon Starling"; if I start writing
"S..t.." I get only "Striated Grasswren" etc.
How can I show in the dropdown menu all the bird names that contain
the written letters (no matter if at the beginning, middle or end of
the name?).
Thanks in advance, I look forward to a solution!