Hello,
I am working on registering data into an Access 2010 database. I only have access to the forms view and cannot run any SQL operations to the database. I need to make a partial replacement of the text in one specific field. I want the field to look for all occurences of the character "n" on its own. Additionally I want it to be replaced with "nr.". I tried running a normal search and replace operation and it would replace the entire string in the form.
Using the search string "* n *" works perfectly but it replaces the entire string like mentioned above. I then tried to run a operation using the search string "(*) n (*)" which based on what I have read online would allow me to use whatever is inside the parantesises for backreferencing. However running that as a search string yielded me no results.
Please help me figure out what I am doing wrong. I can of course do the replacement manually but the fact is that I need to update approx. 2000 posts.
Thank you for your time.