Forum Discussion
Jbuff26
Jun 14, 2022Copper Contributor
Default value not recognized
I will preface by acknowledging the amount of code written to accomplish a very simple task is likely sloppy and entirely unnecessary, but I'm very new and entirely self taught by forums such as thes...
Jun 15, 2022
Hi,
If I understand your problem correctly then (apart from all that George wrote 😉 your current obstacle is that you have or want to use 0 as default value because otherwise with your line of code the result is still empty. If that's the case, then you don't need a default value but can use:
Me!Passing.Value = Nz(Me!Passing.Value) + Me!PassAdd.Value
Servus
Karl
Access News
Access DevCon