C
cuyeda
I have a simple table that stores addresses of people. It looks like this:
ID Name Phone Number
1 Suzy 978-4658
2 Tom 876-1234
I want to use a form that allows a user to update the addresses of people.
When I create a form using the wizard, I move between records using the
navigator buttons. But I want to move between records using a combo box that
lists all the names in the table.
Why? Because if I had 100 names in the table I don't want the user to click
through the navigator to find their record. I want them to use a combo box
that allows them to quickly locate the name and then update the address for
that record.
How do I do this? Thanks.
ID Name Phone Number
1 Suzy 978-4658
2 Tom 876-1234
I want to use a form that allows a user to update the addresses of people.
When I create a form using the wizard, I move between records using the
navigator buttons. But I want to move between records using a combo box that
lists all the names in the table.
Why? Because if I had 100 names in the table I don't want the user to click
through the navigator to find their record. I want them to use a combo box
that allows them to quickly locate the name and then update the address for
that record.
How do I do this? Thanks.