Question on dragging a form onto a tab control

magster06

Registered User.
Local time
Today, 12:54
Joined
Sep 22, 2012
Messages
235
Hello,

I have read where you can drag fields onto the tab pages to create a form or you can place a subform onto a tab page, but can you drag an existing form onto a tab page?

I have done it and it is working, but I just wanted to know if this is ok to do or would it lead to problems down the road.

Thanks!
 
Shouldn't be a problem - tab pages are all on the same form, so controls on each tab can be referenced by other controls and vba regardless of whether the tab is 'current' or not at the time.

Any form can be a subform to another form
 
CJ,

Thanks for the reply.

Shouldn't be a problem

That is what I thought, but I was not 100% sure.
 

Users who are viewing this thread

Back
Top Bottom