I am trying to connect the following code within a button on a form:
SELECT [MST-SC-Muni].[Municipality], [MST-SC-Muni].SC, [MST-SC-Muni].TypeCity, [MST-SC-Muni].County, [MST-SC-Muni].WRK
FROM [MST-SC-Muni]
ORDER BY [MST-SC-Muni].[Municipality];
The button should run this code and then open a fine replace.
I don't have a clue on how to connect this to a button that is on a form. I sure could use help. My experience with Access 2013 is less than limited.
Bob
SELECT [MST-SC-Muni].[Municipality], [MST-SC-Muni].SC, [MST-SC-Muni].TypeCity, [MST-SC-Muni].County, [MST-SC-Muni].WRK
FROM [MST-SC-Muni]
ORDER BY [MST-SC-Muni].[Municipality];
The button should run this code and then open a fine replace.
I don't have a clue on how to connect this to a button that is on a form. I sure could use help. My experience with Access 2013 is less than limited.
Bob