Z
ZBC
I am using Access 2000 and have done on VB6 coding (a couple of years ago).
In working with my current project and trying to understand the best way
to do things, I have a couple of questions:
1) When I am in the process of working on the design of a form and
switch to 'code' , can I declare variables and use them like I did in VB6?
2) When I use an expression like:
Me!NewCount = Nz(Me!OldCount, 0) + Nz(Me!Changes, 0)
I am not sure I know what 'variables' ?? I have available to us ... In
other works, I don't understand the use of 'Me!<something>
I have used it previously because someone told the expression.
I could not find anything in Help.
I hope these are not too stupid of questions!
In working with my current project and trying to understand the best way
to do things, I have a couple of questions:
1) When I am in the process of working on the design of a form and
switch to 'code' , can I declare variables and use them like I did in VB6?
2) When I use an expression like:
Me!NewCount = Nz(Me!OldCount, 0) + Nz(Me!Changes, 0)
I am not sure I know what 'variables' ?? I have available to us ... In
other works, I don't understand the use of 'Me!<something>
I have used it previously because someone told the expression.
I could not find anything in Help.
I hope these are not too stupid of questions!