Dynamically move columns?

daveUK

Registered User.
Local time
Today, 08:01
Joined
Jan 2, 2002
Messages
234
Hi

I am creating a staff database and have a form, with checkboxes, that allows users to select which fields they want to view (firstname, address, etc.) and then only the selected fields are displayed on a form.

I am currently using the "Left" property to move the textboxes and labels depending on which fields are selected and this works ok. But I have about a 12 options, which users can select and due to the amount of different possibilites, it's proving to be a bit of a nightmare.

Is there any way to dynamically move the columns depending on the user selection?

Thanks
 

Users who are viewing this thread

Back
Top Bottom