Hello I have the following.
A property table. TblProperty.
It has fields
PropID
PropAddress
A related table is TblRooms
It has fields
RoomID
RoomPropIDLink
Room1
Room2
Room3
When I run a query, it shows up the Property Address field each time.
What I want is the property address, along with the rooms all as one record -
Just as if it were all in a single table.
Please could someone tell me how to do this.
Ultimately I want to be able to export each property along with its rooms as an individual record as a text file.
Many thanks mark.
A property table. TblProperty.
It has fields
PropID
PropAddress
A related table is TblRooms
It has fields
RoomID
RoomPropIDLink
Room1
Room2
Room3
When I run a query, it shows up the Property Address field each time.
What I want is the property address, along with the rooms all as one record -
Just as if it were all in a single table.
Please could someone tell me how to do this.
Ultimately I want to be able to export each property along with its rooms as an individual record as a text file.
Many thanks mark.