Search results

  1. A

    Macro in Access VBA to find and replace text in SQL view

    Hello, I wanted to create a VBA macro in Access that would find and change text in a query in an SQL view. I wanted to do it like in Excel: Sub Find_and_Replace() Range("A1:A10").Replace What:="text1", Replacement:="text2" End Sub But I don't know how to implement it in Access VBA. How to...
Top Bottom