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