Situation:
I have a large list of various MS Excel formulas which are written as "String" format in an Access table. For example, the SUM function (SUM(field1,field2)), although the list of formulas is very large and they already include the data fields which need to be calculated on (see above: field1, field2). I'm using a macro to execute these formulas one by one, but Access does not recognize them(?) Is there a way to export the data/formulas to do this in Excel? Keep in mind I would like the results to be finalized in Access. I'm using VBA/Access but have Excel as well.
Thank you..
I have a large list of various MS Excel formulas which are written as "String" format in an Access table. For example, the SUM function (SUM(field1,field2)), although the list of formulas is very large and they already include the data fields which need to be calculated on (see above: field1, field2). I'm using a macro to execute these formulas one by one, but Access does not recognize them(?) Is there a way to export the data/formulas to do this in Excel? Keep in mind I would like the results to be finalized in Access. I'm using VBA/Access but have Excel as well.
Thank you..