Thanks for your patience.
I have a table that contains clients to be transported daily, they are
grouped by route and appointment time . The clients to be transporteed may
differ from day to day, the appointment time and destination may also changed.
I receive a file daily that I will compare to the master file and identify
any deviation form the set routes. The 2 table are linked with queries and
the common control is the Member Number. When I receive new clients they get
added to the Trips Master table and the pick up time is calculated and they
are assigned to a routes. Fields from both tables are used to generate
drivers manifests. I display the 2 tables side by side. TripsMaster is the
main form and the TripsSched the subform. Occasionally I get a fax to add a
trip to the TripsSched and rather then type the information I want to add the
part from the TripsMaster by using the aleady set up queeries. The problem is
that the the linking field must be identified 4 times because I use 4
different queries, Each trip is received as one record, one line. I will
devide this into 4 parts. PickUp, DropOff, in the return trips the addresses
are reversed and the preassigned times used. 4 diferent actions are listed
in the mainifests in time order. You have given me direction on how to use
the Tex Box in a form for this type of action I could leave the form and use
a diferent form to make it work but I wonder if I can do it from the main
form. The Member number is already dispalayed in both form but it would not
be too bad if I have to add a text box and type in the number for the client
being added..
Thanks
Quinto
[quoted text clipped - 12 lines]
master/child link field properties of the subform; and why you feel that you
need to apparantly store data redundantly in the two tables.