GeekDrew
Diamond Member
I have a database with field Banquet defined. I need to do the following:
If Banquet=0, then leave Banquet=0
If Banquet=null, then Banquet=1
If Banquet=>0, then Banquet=Banquet+1
I'm sure that there's a simple way to do this, but I can't figure it out... could be because it's now 2AM. Oh well....
Anyone?
If Banquet=0, then leave Banquet=0
If Banquet=null, then Banquet=1
If Banquet=>0, then Banquet=Banquet+1
I'm sure that there's a simple way to do this, but I can't figure it out... could be because it's now 2AM. Oh well....
Anyone?