Victor:

I'm sure others will point out that this not valid (should be
"is not null"):
   
AND DiscountID <>NULL

You don't mention this in your posting, but since you make this statement:
    "As soon as you do a saverow you lose your data updated  above."
it sounds like you're doing this update in an eep, right?  And is it
updating the same table that the form has?  As you know, you cannot
update the same table in an eep without jumping thru a bunch of hoops
(which I have never jumped thru, although I know other programmers
have).


Karen

Reply via email to