Show a single record

S

Spencer

I have two forms. The first form is frmCustomer_Lookup and the other is
frm_Customers. In frmCustomer_Lookup I have a combo box where the user
selects a customer and then clicks a command button that takes them to that
customer in frmCustomer where they can see all the data. How do I make it so
they will only be able to see that customer and not scroll through the
others. I'ce taken off the record selectors and navigation buttons but the
mouse wheel will still scroll through. Can I do this without disabling the
mouse wheel?

Thanks
 
D

David G.

yeah you could load all your values into the the textboses statically, and
not have the form be dynamicly data bound

MVP, right?
 
S

Spencer

How do I do that? And will it still be bound to the tables so changes will be
updated?

I'm not an MVP.
 
Top