example programmed form needed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am new to programming forms and am hoping someone can email me an example form described below.

The form I want to create will allow me to "categorize" an individual.
1) The form will allow me to select an individual from a combo-box (the individual is stored in TABLE1).
2) There are many categories to pick from (categories stored in TABLE2)
3) The individual can belong to multiple categories so I want to be able to select the categories within a datawindow of the form.
4) The selected categories will be copied to another datawindow on the form. The data in this datawindow will update a third table, TABLE3.
5) I need to be able to add, and delete categories for an individual.

Please send a sample form to wrickford-at-qwest-dot-net. If you can't email me please describe. I really appreciate your help.
-Warren
 
WarrenR said:
I am new to programming forms and am hoping someone can email me an
example form described below.

The form I want to create will allow me to "categorize" an individual.
1) The form will allow me to select an individual from a combo-box
(the individual is stored in TABLE1). 2) There are many categories to
pick from (categories stored in TABLE2) 3) The individual can belong
to multiple categories so I want to be able to select the categories
within a datawindow of the form. 4) The selected categories will be
copied to another datawindow on the form. The data in this
datawindow will update a third table, TABLE3. 5) I need to be able to
add, and delete categories for an individual.

Please send a sample form to wrickford-at-qwest-dot-net. If you
can't email me please describe. I really appreciate your help.
-Warren

You know, maybe someone will do this for you, but I rather doubt it. On
the other hand, you are quite likely to find people to help you learn to
do it for yourself. You may want to look over the article at this link:

http://www.mvps.org/access/netiquette.htm
 
You know, Dirk, thanks for your help and I'll keep your advise in mind. I was able to get just the help I needed from another group. The person described it to me perfectly rather than "doing it" for me. The intentions of my request was to make it flexible for someone to show/tell me. If someone already had a prototype of what I was trying to accomplish and it was easier for them to send it to me, GREAT... then I could modify it for my use. I am not interested in learning Access as well as, it appears, you think people ought to. I use it maybe once a year at most plus my profession is the furthest thing from IT.
Thanks,
-Warren
 
Back
Top