I'm stuck with this one
When I do the test it is not working
When there is nothing in rsCard!Young1,rsCard!Young1 retuns Null it works
When rsCard!Young1 returns somethings like 25 ore "25" it keeps skipping frmCard.txtnr1.Text = rsCard!Young1
what am I doing wrong
Code:If rsCard!Young1 = Not Null Then frmCard.txtnr1.Text = rsCard!Young1 End If


Reply With Quote
