Show a single record

G

Guest

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?
 
G

Guest

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

I'm not an MVP.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top