This is not the first time I've come across this, and it may have been in the same database, not sure.
I'm using MS Access 2010 on Windows 7.
So, I have a query where in Query Design, I use an alias, something like ShowThisName[highlight #FCE94F]:[/highlight]OriginalFieldName.
Well, since it does not show correctly in datasheet view (it still shows OriginalFieldName, I thought I'd check the underlying SQL. So I did - I went to SQL View, and copied the text out to the MS SQL Text editor, b/c it's easier to work with, in my opinion, and there, I see:
So, is this caused by some odd form of database corruption, or a bug, or just some checkbox that I've set at some point and having the faintest as to what it is?
Thanks for any information or suggestions.
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57
I'm using MS Access 2010 on Windows 7.
So, I have a query where in Query Design, I use an alias, something like ShowThisName[highlight #FCE94F]:[/highlight]OriginalFieldName.
Well, since it does not show correctly in datasheet view (it still shows OriginalFieldName, I thought I'd check the underlying SQL. So I did - I went to SQL View, and copied the text out to the MS SQL Text editor, b/c it's easier to work with, in my opinion, and there, I see:
Code:
SELECT OriginalFieldname AS ShowThisName
So, is this caused by some odd form of database corruption, or a bug, or just some checkbox that I've set at some point and having the faintest as to what it is?
Thanks for any information or suggestions.
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57