Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

ms access training - i woul like know

Forum home » Delegate support and help forum » Microsoft Access Training and help » ms access training - I woul like to know more about connecting relationship?

ms access training - I woul like to know more about connecting relationship?

ResolvedVersion Standard

Jeannie has attended:
Access Intermediate course
Access Advanced course

I woul like to know more about connecting relationship?

I could not find the way to joint the two or three relating deta to be joint together.

Edited on Fri 20 Jul 2007, 10:42

RE: I woul like to know more about connecting relationship?

Using SQL you can achieve this.

Use a SELECT QUERY to select the data from the different tables and use the UNION command tojoin them together.

So, it looks like this:

SELECT [Table1.field1],[Table1.field2],[Table1.field3],
FROM Table1
UNION
SELECT [Table2.field1],[Table2.field2],[Table3.field3],
FROM Table2

Field 1, 2, and 3 must be the same data type

Access tip:

Duplicating an Entry

To duplicate the entry press CTRL+' (apostrophe)this will copy the contents of the previous entry in the same field.
(Table view, line above) note this also works in Excel.

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.