Hello,
I have an Access db with 60 Expression Fields like the one below.
IIf([PY SALES]Is Null,1,[$CHG SALES]/[PY SALES])
Using the Import External Data function in Excel, I receive this error message. "Data could not be retrieved from the database. Check the database server or contact your database administrator. Make sure the external database is available, and then try the operation again."
I can use the same function to bring 11 of these fields into Excel without error. The problem occurs with 12 or more.
If I run a make table query using the problem query fields, all of the fields from the make table query come in without error.
Are there some query tricks that I can use to create a query of values only and loose the Expression link in queries? I want an automated link and would like to avoid the make table query.
Thanks,
Mike
I have an Access db with 60 Expression Fields like the one below.
IIf([PY SALES]Is Null,1,[$CHG SALES]/[PY SALES])
Using the Import External Data function in Excel, I receive this error message. "Data could not be retrieved from the database. Check the database server or contact your database administrator. Make sure the external database is available, and then try the operation again."
I can use the same function to bring 11 of these fields into Excel without error. The problem occurs with 12 or more.
If I run a make table query using the problem query fields, all of the fields from the make table query come in without error.
Are there some query tricks that I can use to create a query of values only and loose the Expression link in queries? I want an automated link and would like to avoid the make table query.
Thanks,
Mike