Can we write macros in Access

akhendre88

Board Regular
Joined
Sep 17, 2015
Messages
76
Hi,
Can we write macros in Access, if yes then does anybody know where I can get more information on this.

Thank you.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
In Access, Macros and VBA are two different things. Macros are nicely wrapped up VBA in a easy to use GUI format. They are an Object, like Tables, Forms, Queries, and Reports.
VBA is like any other VBA. Macros can easily be converted to VBA using the "Convert Macros to VBA Functionality". You can often begin with a basic Macro that does something like you want, convert it to VBA, and build on it from there.

There is a ton of stuff out on the internet you can find with a simple Google search. Here is one to get you started: https://support.office.com/en-us/ar...gramming-92eb616b-3204-4121-9277-70649e33be4f
 
Upvote 0

Forum statistics

Threads
1,221,810
Messages
6,162,108
Members
451,743
Latest member
matt3388

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top