I have an Access 2003 DB that has a MakeTable query. One of the fields is defined as ITEMKEY: [BOS_RAWDATA]![Part] & Space(17-Len([BOS_RAWDATA]![Part])) & "B" The purpose is to insert a "B" in the 18th position of the field, regardless of how long the
[Part] field is ( it will never be longer than 15 characters). It worked fine in Access 2003, but when I run the query in Access 2010, I get the message "Undefined function Space in expression" When I go to the builder, Space is identified as a valid function.
Any ideas?