I m preparing a database of members of an organization for keeping the travel record only. I have three tables: tblMembersDescr iption, tblTravelDetail s and tblManifesting. Whenever anyone comes for booking I want to first find whether his/her name is listed or not in tblMembersDescr iption, if it is, then it shows in a form that I designed setting record source of a parameter query basing tblMembersDescr iption, Now I want to append that data from...