D
Dave
I have a "Create Orders" form. Sometimes I need to create an order for a
new customer (one that does not exist in the database). So on the Create
Orders form there is a command button whose click event will open the
"Create Customer" form in acFormAdd mode. I am then able to create the new
customer. I close the "Create Customer" form but now I need to requery my
"Create Orders" form so that the new customer record will show up as an item
in a combo box.
How can I do this?
And is there a difference between Me.Requery and Me.Dirty = False?
new customer (one that does not exist in the database). So on the Create
Orders form there is a command button whose click event will open the
"Create Customer" form in acFormAdd mode. I am then able to create the new
customer. I close the "Create Customer" form but now I need to requery my
"Create Orders" form so that the new customer record will show up as an item
in a combo box.
How can I do this?
And is there a difference between Me.Requery and Me.Dirty = False?