Group Textbox on form

thescottsman

Registered User.
Local time
Today, 16:07
Joined
Sep 18, 2014
Messages
42
Hi All

This is a bit of a difficult one to explain and im not sure if you can actually do this. But ill give it my best shot at explaining what I want to do.

I have a form which is bound to a table. This table has lots of field, consequently lots of textboxes on my form.

Is it possible to group some of the textboxes together and minimize them. Sort of what the group function does on excel?

I hope someone can help

Thanks for your help in advace
 
Use a Tab control for grouping your controls, (text boxes).
..
I have a form which is bound to a table. This table has lots of field, consequently lots of textboxes on my form.
..
It sound like you're creating a database in the Excel way, it is not the way you create a database because then you'll get a data normalization problem and problem caching up the correct data afterwards!
Below is a link to a description, how to organise data in a database.
http://support.microsoft.com/kb/283878
 

Users who are viewing this thread

Back
Top Bottom