MikeAuz1979
Programmer
Hi,
Using A2K I'm trying to pull data from a sql server table that is formatted as below:
RFSID RFS_FIELD_CODE RFS_FIELD_VALUE
1 Street Number 26
1 Street Name Jobbers Lane
1 Suburb MinchinBury
2 Street Number 18
2 Street Name Poop St
2 Suburb Shrewsbury
So basically the fields are stored as records (I guess so you can add new fields without having to change the table)
Does anyone have any idea how I can show this data as:
RFSID Street Number Street Name Suburb
1 26 Jobbers Lane MinchinBury
2 18 Poop St Shrewsbury
Thanks for any help
Mike
Using A2K I'm trying to pull data from a sql server table that is formatted as below:
RFSID RFS_FIELD_CODE RFS_FIELD_VALUE
1 Street Number 26
1 Street Name Jobbers Lane
1 Suburb MinchinBury
2 Street Number 18
2 Street Name Poop St
2 Suburb Shrewsbury
So basically the fields are stored as records (I guess so you can add new fields without having to change the table)
Does anyone have any idea how I can show this data as:
RFSID Street Number Street Name Suburb
1 26 Jobbers Lane MinchinBury
2 18 Poop St Shrewsbury
Thanks for any help
Mike