G
Guest
Hello
I’d like to work out on this.
I want Access to automatically fills a textbox with a value from a list that
matches the characters as I type them in the textbox.
This is similar to what I can get by the Auto Expand property of a combo
box, but what I want different is:
1.The list of values is not coming from the field values of a whole table
but from what is included in an open recordset.
2.I don’t want to take the first value but the last one i.e. if I have the
values MN101, MN102, MN103, when I type MN to get MN103.
3.If I click the ‘+’ button after the value is displayed I want to increment
by 1 i.e if I have MN103 clicking ‘+’ I take MN104.
I should appreciate if somebody could help on that.
Thank you
GL
I’d like to work out on this.
I want Access to automatically fills a textbox with a value from a list that
matches the characters as I type them in the textbox.
This is similar to what I can get by the Auto Expand property of a combo
box, but what I want different is:
1.The list of values is not coming from the field values of a whole table
but from what is included in an open recordset.
2.I don’t want to take the first value but the last one i.e. if I have the
values MN101, MN102, MN103, when I type MN to get MN103.
3.If I click the ‘+’ button after the value is displayed I want to increment
by 1 i.e if I have MN103 clicking ‘+’ I take MN104.
I should appreciate if somebody could help on that.
Thank you
GL