DaleBlackwell
MIS
I have a rather large amount of data in Access. I have a number of similar fields in a table which are data type number. In error one of the fields has been set to text. In each row only one of these fields is populated ie the other fields are empty, presumably null ?
The data has been loaded from daily data files over large period of time.
I have tried changing the field properties to number but system runs out of memory.
I have set up a query and built an expression with CLng in another column which converts the data to number when there is text data but I can only get #Error when the text data field is empty. I have tried nesting in IIF etc.
How can I achieve getting the calculated field to show nothing or zero would suffice ? At the end of the day I am trying to populate a pivot table in Excel with these fields using SUM (the creation of the pivot takes many hours).
The data has been loaded from daily data files over large period of time.
I have tried changing the field properties to number but system runs out of memory.
I have set up a query and built an expression with CLng in another column which converts the data to number when there is text data but I can only get #Error when the text data field is empty. I have tried nesting in IIF etc.
How can I achieve getting the calculated field to show nothing or zero would suffice ? At the end of the day I am trying to populate a pivot table in Excel with these fields using SUM (the creation of the pivot takes many hours).