Two problems with your question. It sounds like you are working with a
very poor database design. Not knowing why you would want to do what sounds
like it should be done with linked tables, I can't really make much of a
suggestion.
Next you also don't seem to understand (yet) how newsgroups work.
Expecting an answer by e-mail may sound logical, but it is not a good idea.
Newsgroups work in a very dynamic way. You ask a question, someone suggest
and answer, that answer prompts someone else to go further or another
direction and often after several people have joined in and each listening
to what the others are suggesting figure out the right answer.
I understand that for various reasons sometimes it is not possible to
return to the newsgroup, but you should know what many people will not
bother replying email and it is also consider poor manors to request a email
reply.
I am sending this both to the newsgroup and via email in the hope that
you will return to the newsgroup and that you either have a unique problem
or just did not understand how newsgroups work.
--
Joseph E. Meehan
26 + 6 = 1 It's Irish Math
Infidellic said:
Basically I have fields for first, middle, Surname and House fields in
both tables and I want it to have it so that when an ID in one table is
entered it looks up the other values within the same record as the ID and
then fills them into the original table. I do not mind if this could be
achieved via way of a form and especially combo boxes. Oreferably the user
would select an ID from a combo box and the other fields could be entered
automatically.