I have designed two tables. One of them holds, as records, fields for the other table. So, for example, I have Table1 with ID, FieldName and DataTypeID. The records in this table have a unique ID and then a string value like FirstName, LastName, Phone Number etc and Int, char or datetime. Remember these are records rather then fields. The second table has these fields: ID, FieldID(this is the connecting field to the other table) and NumericValue, TextValue, DateValue. I want, in a view, to show the respective value for each record and nothing else. So, if FirstName is a char and age is an int, I want to show, ID, FieldID, FirstName, CharValue in the first record and ID, FieldID, Age and IntValue in the second record and not the other fields (like DateTime value, Text Value etc).
Thanks,
Plarent
Thanks,
Plarent