So as many of you know, one cannot import a calculated field or export it to SQL from Access. Is there a way around this? I have tons of calculated fields and code dependent values in those calculated fields, in my Access DB.
Thanks
So as many of you know, one cannot import a calculated field or export it to SQL from Access. Is there a way around this? I have tons of calculated fields and code dependent values in those calculated fields, in my Access DB.
Thanks
Since SQL does not support calculated fields, the best way is not to export the calculated fields at all. Use queries for the calculated data - they are far more flexible than calculated fields are.
see this linkIs there a way around this?
https://msdn.microsoft.com/en-us/library/ms188300.aspx
you still can't export the calculated field, and it may be the computed column does not meet your needs, but it is the closest you will get if you have SS 2012 or later.
Funny, I was about to post the same link. I'll add that it goes back to at least 2008, as I have that on one server.