I want to add a custom field to a query I've built, however when I add the name Keys Cost: I get the error box stating The expression you entered contains invalid syntax.
Did this change from 2007 to 2010?
Thanks
Rick
I want to add a custom field to a query I've built, however when I add the name Keys Cost: I get the error box stating The expression you entered contains invalid syntax.
Did this change from 2007 to 2010?
Thanks
Rick
What did you include after the
Keys Cost:
part?
Thanks for the reply:
Just as the book I am reading say add a colon after the field name, do I have to add something else after the colon?
Yes, you need something even if you just use
MyField:Null
but I don't see the point of that since it isn't going to be updatable and so therefore you won't be able to use it for anything. What is it you are really trying to accomplish with this?