J
James Martin
Suppose we have a customer form where the first field on the form is
Customer Name. (There's a Customer Code as well which is the actual key of
the file, but that is hidden from the user.) The Customer Name field is a
combo box that the user can use to jump to a specific customer.
The only catch is that, on the rare occasion when the user needs to modify
the customer name, we need to alert Access that their typing is meant to
change the customer name, not jump to another customer. So we've added a
button for "Edit customer name". We've used the button for editing the name
since the primary concern is the ability to jump to other records easily.
My question is, can anyone suggest a smoother way to handle these kind of
forms?
Thanks.
James
Customer Name. (There's a Customer Code as well which is the actual key of
the file, but that is hidden from the user.) The Customer Name field is a
combo box that the user can use to jump to a specific customer.
The only catch is that, on the rare occasion when the user needs to modify
the customer name, we need to alert Access that their typing is meant to
change the customer name, not jump to another customer. So we've added a
button for "Edit customer name". We've used the button for editing the name
since the primary concern is the ability to jump to other records easily.
My question is, can anyone suggest a smoother way to handle these kind of
forms?
Thanks.
James