mikehoot
Technical User
- Oct 18, 2001
- 97
An earlier reply from Craig0201 helped with my problem but I am having a problem with the correct syntax for the SQL query.
Basically I would like to concantenate all of the records from one field which have related records in two other fields. e.g.
tblCars fldCarID fldCarName fldFuel fldWheels
1 BMW Petrol 4
2 Ford Petrol 4
3 Ferrari Petrol 4
I would like to return all records which have (for example) fldFuel = Petrol And
fldWheels = 4
and cocantenate these into a control to read "BMW, Ford, Ferrari"
Any help will be much appreciated B-)
Basically I would like to concantenate all of the records from one field which have related records in two other fields. e.g.
tblCars fldCarID fldCarName fldFuel fldWheels
1 BMW Petrol 4
2 Ford Petrol 4
3 Ferrari Petrol 4
I would like to return all records which have (for example) fldFuel = Petrol And
fldWheels = 4
and cocantenate these into a control to read "BMW, Ford, Ferrari"
Any help will be much appreciated B-)