Joh
so how do i connect the combo bo
----- John Vinson wrote: ----
On Sun, 8 Feb 2004 07:21:07 -0800, "jenny
I have a list of training in my combox box. when i make my selection where will the data be held? It only stays on the form . But each record will have numerous training and I need to keep them all but I don't want to keep typing in the name and address. Im i suppose to make another table for it and how do i get it go go into i
Thank
Jenny,
You're starting at the wrong end, it appears! Don't build your comb
boxes, and then your forms, and then your tables - that's lik
building your windows, and then your walls, and then figuring ou
where to put the foundation
The Tables in your database are the basis of your application. Yo
should use the principles of "Normalization" to design your table
FIRST. Essentially, you need to identify the "entities" - real-lif
people, things, or events - of importance; each type of Entity get
its own table. For example, you should have a table of Students;
table of Classes, or Training Events, or whatever you call it; and a
Enrollment table linking the two. When you enter a student's name an
address, you should enter it *ONLY ONCE*, and only in the studen
table
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=publi