P
Peter Stone
I haven't used Access for a few years and I need some help.
I have designed two tables: (1) Guatemala destinations and (2) Guatemala
database.
I need to take text from fields in Table (1) and put the text into
corresponding fields in Table (2).
Table (2) has a form. In design view for this form: For the list box
(Destination), in the Properties, I entered:
Row Source Type: Table/Query
Row Source: SELECT [Guatemala destinations].[Record key], [Guatemala
destinations].Destination FROM [Guatemala destinations];
This enables me to select the record in Table (1) that I require and get the
text from the Field (Destination) and put it into the Field (Destination) in
Table (2).
So far so good, but I need to get text from other fields in the same record.
E.G. text from the Field (Destination type) in Table (1) and insert it into
the Field (Destination type) in Table (2).
I can't work out what clause to add to accomplish this or am I barking up
the wrong tree.
Thanks in advance
I have designed two tables: (1) Guatemala destinations and (2) Guatemala
database.
I need to take text from fields in Table (1) and put the text into
corresponding fields in Table (2).
Table (2) has a form. In design view for this form: For the list box
(Destination), in the Properties, I entered:
Row Source Type: Table/Query
Row Source: SELECT [Guatemala destinations].[Record key], [Guatemala
destinations].Destination FROM [Guatemala destinations];
This enables me to select the record in Table (1) that I require and get the
text from the Field (Destination) and put it into the Field (Destination) in
Table (2).
So far so good, but I need to get text from other fields in the same record.
E.G. text from the Field (Destination type) in Table (1) and insert it into
the Field (Destination type) in Table (2).
I can't work out what clause to add to accomplish this or am I barking up
the wrong tree.
Thanks in advance