D
DOYLE60
I have two combo boxes on a print dialog form that must not be null for a
report to print. I want the Print Command Button to be disabled until the two
combos are filled in by the user. The user can fill the combos in any order.
I wrote code for this and put it in the After Change event of each combo. It
didn't work because the database didn't recognize the choice currently made by
the user, believing that combo still to be null.
What is the easiest code for this?
Thanks,
Matt
report to print. I want the Print Command Button to be disabled until the two
combos are filled in by the user. The user can fill the combos in any order.
I wrote code for this and put it in the After Change event of each combo. It
didn't work because the database didn't recognize the choice currently made by
the user, believing that combo still to be null.
What is the easiest code for this?
Thanks,
Matt