Record Navigation buttons

K

Kyle

I am using tab control on my form design. I have one tab
name VendorDetails which contains vendor address, tel etc..
This is a subform withing the main form.

I would like when the user click on this tab. The main
record navigation will not shown and only the record
navigation buttons for the Vendordetails shown.

Thanks for any help.
 
R

Rebecca Riordan

Theoretically you could do it by setting the NavigationPropertys to False in
the OnSelect event of the Tab form, but I suspect you're going to have to
fiddle around with it a bit, to add the statement to all of the controls to
handle user's clicking around.

HTH

--
Rebecca Riordan, MVP

Designing Relational Database Systems
Microsoft SQL Server 2000 Programming Step by Step
Microsoft ADO.NET Step by Step

http://www.microsoft.com/mspress

Blessed are they who can laugh at themselves,
for they shall never cease to be amused...
 

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