Hello, I have a property database.
In tbl_Property I have the unique property reference [PROP_ID] and the address [PROP_ADDRESS]
In a related table, tbl_Room, I have the rooms of the property. The fields here are [ROOM_ID], [PROP_ID_LINK}, [ROOM_NAME], [ROOM_DESC} etc..
I need to export the results in XML or (Rightmove BLM format)
So the first record may look like:
1234, 12 Baker Street, Lounge, Good size, Kitchen, Very Modern, Bedroom 1, Good Size
I can't really see how to begin???
Many thanks - regards Mark
In tbl_Property I have the unique property reference [PROP_ID] and the address [PROP_ADDRESS]
In a related table, tbl_Room, I have the rooms of the property. The fields here are [ROOM_ID], [PROP_ID_LINK}, [ROOM_NAME], [ROOM_DESC} etc..
I need to export the results in XML or (Rightmove BLM format)
So the first record may look like:
1234, 12 Baker Street, Lounge, Good size, Kitchen, Very Modern, Bedroom 1, Good Size
I can't really see how to begin???
Many thanks - regards Mark