I really do not want to learn Visual Basic and would like to stick with C#. I want to create a MS access macro using C# instead of Visual Basic. Is this possible? How?
2 Answers
Sure, through the COM object model: http://support.microsoft.com/kb/317114 and http://msdn.microsoft.com/en-us/library/ee861519.aspx should get you started.