Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Syntax for opening form

Status
Not open for further replies.

willsth

Programmer
Oct 3, 2008
33
GB
When I open my form it displays as another window.

I want it to appear as another TAB from my previous window.

How do I do it ??
 
Create a tab control on the previous window and put the form on one of the tab pages in there.

JB
 
Its Access 2007 and I've set Options to 'Tabbed Documents'.

Some of my forms actually appear as 'tabs' but the one I am opening just displays as a whole screen.

For example if I make a selection from my Main Menu it opens up a Form as another Tab, it still retains the Main Menu.

I have a Form (ProjectList) which shows a list of Jobs, when I select 1 job from the list it displays another Form (ProjectDetail) to view/update the record. I want to be able to have this form (ProjectDetail) as a Tab and then go back to my list and select another job to update whilst leaving the original as an open record ??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top