D
Dave
Database Results Wizard Error
The operation failed. If this continues, please contact
your server administrator.
This works on my local server when I publish to the server
I get the error above. I'm using Access Database with a
view. The database has been published also. Here is the
Query
SELECT newsLetter.datePublished, "<a href=" & '"..' &
newsLetter.newsletter_link & '">' &
newsLetter.newsletter_display & "</a>"
FROM newsLetter
ORDER BY newsLetter.datePublished;
Why do I get this error and is there anyway to get more
debug information than the message i listed above?
The operation failed. If this continues, please contact
your server administrator.
This works on my local server when I publish to the server
I get the error above. I'm using Access Database with a
view. The database has been published also. Here is the
Query
SELECT newsLetter.datePublished, "<a href=" & '"..' &
newsLetter.newsletter_link & '">' &
newsLetter.newsletter_display & "</a>"
FROM newsLetter
ORDER BY newsLetter.datePublished;
Why do I get this error and is there anyway to get more
debug information than the message i listed above?