Hi, I am new to this forum, and am still using Access 2003.
The following code in a query design window:
replaces all a's with x's in one .mdb database on my computer, but in another similar database it displays the error "Syntax Error in the Visual Basic-Module", and the word "Replace" is highlighted.
Why might two .mdb databases in the same folder work so differently? I would think they would be using the same libraries and references.
The following code in a query design window:
Code:
MyNewString: Replace([MyString],"a","x")
Why might two .mdb databases in the same folder work so differently? I would think they would be using the same libraries and references.