R
RDA
Hey all,
I'm porting an Access app written in VBA over to C#. I'm curious if
anyone could give me a code block that is equivalent to what is below.
I do not get what the CurrentDb command is "doing" in C# terminology.
CurrentDb.OpenRecordset("SomeAccessTable")
TIA
I'm porting an Access app written in VBA over to C#. I'm curious if
anyone could give me a code block that is equivalent to what is below.
I do not get what the CurrentDb command is "doing" in C# terminology.
CurrentDb.OpenRecordset("SomeAccessTable")
TIA