Hi...
i am a newbie in VB Programming
right now i am tryng to make a simple programme that will connect VB with an Access Database
Can i use a variable inside connection sintax..?
Something like this....
What i want to do is accessing field NmPeg that suppose to use programming like...
DE.rsPegawai!NmPeg
But how do i use a variable x, like...
x = NmPeg
DE.rsPegawai!x
i'll try many times but always fail...
Please tell me the correct syntax...
Thanks