| Author |
vba code?
|
Sam Doder
Ranch Hand
Joined: Feb 06, 2008
Posts: 204
|
|
I am having a problem with the below vba macro code
What I am trying to do is assign the varible mstrModel with the value of arc_model if it is not null in the database and when it is assign engine_model to it instead.
It seems to be always getting assigned Engine_Model. Does anybody see something wrong with the above vb code.
I have modified the database with non null values for some of the arc_model columns in the resultset.
Thanks for any help.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32712
|
|
Is the bit about = True required in VBA? InJavaâ„¢ it would usually be regarded as bad style to write == true. Try missing out the = True.
Otherwise: very definite on't know!
|
 |
 |
|
|
subject: vba code?
|
|
|