I have a combo that the user is meant to select a value commission rate. How do I trap if the user didnt enter anything? i tried =null is null but it just squeels about wanting an object. here is the code that grabs the value:
commissionpercent = CDbl(Forms!FrmbookcourseEnhanced!CBCommission.Column(0))
I tried if(forms!.....cbcommission.column(0)=null) then...
that failed.
regards in advance.
peter
commissionpercent = CDbl(Forms!FrmbookcourseEnhanced!CBCommission.Column(0))
I tried if(forms!.....cbcommission.column(0)=null) then...
that failed.
regards in advance.
peter