Record Navigation buttons

  • Thread starter Thread starter Kyle
  • Start date Start date
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.
 
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...
 
Back
Top