How to use Me.Command0.Visible?

V

Vivi

Hi. I design a single view form (blank form) for user to key in new data only.
In the buttom of this form, I have two command button: one for saving this
record (write to DB) and then the other one is quit (not to save to DB).
Primary Key: Invoice ID.

Is that possible that I can have two options that one for save record only
and another save and print this record (actually it will openreport)???

Sure I use Me. Command0.Visible to keep another buttom for printing only?
(it seems that after I push save record buttom, this form becomes blank form
again, I can't bring the Invoice ID value to report at all.....)
 
Top