Thanks for your help in advance, we have built a normalised table and now have the issue of trying to get this data in a form view to both view and edit the data. I have having trouble with which method to use to do this.
I have investigated a few methods ADO looks good but I don’t know how I can pull back all the records for a project at once – it would be fine if it was only one record at a time but this isn’t the case the aim is to show all the different properties that could be populated. Is it possible to run an ADO record retrieval for each property in a project and then the next record button changes moves to the record for each of the properties which have their recordset filtered by property – so only values for Property 1 are shown in the Prop1 field of the form.
The other option was to try to run T-SQL which pivots the data and then presents it in an unnormalised form which would be easy to create a form for – however I don’t know if this will work because in some cases there is more than 1 value for a property.
Thank you so much for your help, I just need some guidance as to which path to go down.
Oliver



I have investigated a few methods ADO looks good but I don’t know how I can pull back all the records for a project at once – it would be fine if it was only one record at a time but this isn’t the case the aim is to show all the different properties that could be populated. Is it possible to run an ADO record retrieval for each property in a project and then the next record button changes moves to the record for each of the properties which have their recordset filtered by property – so only values for Property 1 are shown in the Prop1 field of the form.
The other option was to try to run T-SQL which pivots the data and then presents it in an unnormalised form which would be easy to create a form for – however I don’t know if this will work because in some cases there is more than 1 value for a property.
Thank you so much for your help, I just need some guidance as to which path to go down.
Oliver