J
John
I have two tables; one stores just data, and one stores Field
information.
In the first is a text field that in reality stores the values for
either text of number fields.
In the second I have the field names and the datatype of the field,
all stored as records.
Joining the two tables and then using a crosstab query, I can take the
field names from the records and place them as column headers, and
take the data from the data table, and place it in the values under
the column headers.
Problem, how do I convert the text values stored in the data tables
into their correct datatype?
information.
In the first is a text field that in reality stores the values for
either text of number fields.
In the second I have the field names and the datatype of the field,
all stored as records.
Joining the two tables and then using a crosstab query, I can take the
field names from the records and place them as column headers, and
take the data from the data table, and place it in the values under
the column headers.
Problem, how do I convert the text values stored in the data tables
into their correct datatype?