A
alex
using Access '03...
Let's say on a form you have many text boxes bound to a table. Is
there a way to modify one of those text boxes to also function as a
lookup (like using the textbox containing the primary key)? Can you
do this and still allow data entry on the form?
E.g., one of the controls has a drop down arrow with all of the
records for that "column"; choose one and everything switches to that
record.
I've used unbound combo boxes to do this...but it seems that may be
duplicating what a text box could already do.
alex
Let's say on a form you have many text boxes bound to a table. Is
there a way to modify one of those text boxes to also function as a
lookup (like using the textbox containing the primary key)? Can you
do this and still allow data entry on the form?
E.g., one of the controls has a drop down arrow with all of the
records for that "column"; choose one and everything switches to that
record.
I've used unbound combo boxes to do this...but it seems that may be
duplicating what a text box could already do.
alex