I have a form called "HelpCalls" which already has numerous fields..it has the following "fixby", "fixdate", "fixtime", "problem" & "resolution" fields plus many more ..however one tech may work on the call, do his part and time & his resolution and it needs to be reassigned to someone else..I created another table & form which I want to link by "helpno" which would have of the same basic fields fixby, fixdate,resolution ect. .I want to call my new form "trail" from a button on "HelpCalls"...the question is how do I call my new form "Trail" and have it do the following......I want it to pop up at the bottom of my screen, I want it to first check if any other "helpno" match from "helpCalls" "helpno"...if I have matching calls I want it to show them to me and make it so I can add another one at the bottom of the list...if not matched ...then I want to put my "helpno" from the HelpCalls form into the field "helpno" on my new form "trail" and be able to enter data right then...hope this makes sense...the call may be reassigned two or three times so I created a new table so as to not overlaod my original helpcalls table...need help soon!