Small Macro Help

  • Thread starter Thread starter Ananth
  • Start date Start date
A

Ananth

I have no idea of writing or recording Macro in Access.

I am browsing a database where I copy info from 1 cell to another another
cell
Since I have to do multiple times, I thought a Macro would help.

Control C & Control V. sometimes only Control V. This has to be done by a
Macro prefrebly using a Hotkey like F11.

Any help please
 
I have no idea of writing or recording Macro in Access.

I am browsing a database where I copy info from 1 cell to another another
cell
Since I have to do multiple times, I thought a Macro would help.

Control C & Control V. sometimes only Control V. This has to be done by a
Macro prefrebly using a Hotkey like F11.

Any help please

Access is NOT "Excel on steroids". It is NOT a spreadsheet. It does NOT have
"cells". Generally, one would not need to copy from one field ("cell") to
another, as that would mean storing data redundantly; sometimes if you do need
to do so, you would use an Update Query, not a macro.

Please describe your table structure and what you're trying to accomplish. An
example would be helpful!
 
Back
Top