View Full Version : A particular selection form


boselli
11-20-2001, 12:54 AM
Hi,
I'm trying to get a particular form for my Access application. I need a form like the one you use when you start an auto-wizard to create a table or a query, with two windows, a list of fields on the left and some buttons to choose a field and put it in the right-window (and others buttons to delete it, etc.).

Rich
11-20-2001, 03:51 AM
Do you mean you want to delete the whole field or just some entry in it?

boselli
11-20-2001, 04:08 AM
It's just like a selection mode. For example:
- I choose a name from a form
- in the left window I have a list of attributes for the selected name (taken from a table); i.e.: age,location, etc.
- the right window is blank, but if I select an attribute on the left and I push a button it appears on the right (and it'll be written in another table, linked to the id of that name).
I mean something similar to the wizards when you can choose the fields to put in a form, selecting them from a window (on the left) with some buttons (add/delete)