Thank you guys for answering my last questions.
Here is again a simple question with a simple answer I suppose...
I need to know how to set in a Variable, the value of an especific column of the active record, so lets be more explicit; in column number 5 that is called "POLICY" of the active record, there is a value I neeed to know, in excel VBA i would do this:
myvar = activecell.offs et(0,5).value
What would be the code for an access table?
Here is again a simple question with a simple answer I suppose...
I need to know how to set in a Variable, the value of an especific column of the active record, so lets be more explicit; in column number 5 that is called "POLICY" of the active record, there is a value I neeed to know, in excel VBA i would do this:
myvar = activecell.offs et(0,5).value
What would be the code for an access table?
Comment