Becuase i am a beginner. I have been placed in front of the computer to
sort out a database on staff training levels. I use the combo box in that
form to place the selected data in a table in this case someones name. I
then have worked out how to get my query to use the data from my table that
save all the training info hence the query just displays the info of the
particular person. Why becuase everyone else is going to be using it and i
need them to be able to get what they want by just selecting aname and
clicking on a button to get a record of that person. I have done the same to
get the training level for each area on another form just it a area name and
not a person. I suspect that i have just done a massive workaround for a
simple task but with the info you gave me it works with a little help from a
macro that shuts down the form then opens it again so we can go on selecting
Giving you this info so you can have a laugh and mybe piont me into a easier
direction
Well, it seems you may have fallen into the very common misconception
that you must have a Table containing only the data that you want to
display in order to display it.
You can instead display selected data from existing tables using a
Query. I'm not certain how your tables are structured, so I can't
really suggest what that query might be; but if you have a table of
People, you can use a Query (or a form filter, or numerous other
techniques) to display that person's information on a form, without
storing it into a second table as I gather that you're doing now.
Could you please post a description of your tables and the data they
contain? As you say, there is probably an easier way; and I promise
not to laugh at you (though I hope we can have a laugh together after
you get this all working!)