updating a table from a form

S

Simon

I have a customer form that i enter new customer, on the form i have a
button that will open up a new order for thatcustomer,

When i do this the orde form does not reconise the cusomers ID number
as the cusomers form has not updated the cusomers table.

How dow i get the table to update when i click the order button

Thanks

Simon
 
R

Rick Brandt

Simon said:
I have a customer form that i enter new customer, on the form i have a
button that will open up a new order for thatcustomer,

When i do this the orde form does not reconise the cusomers ID number
as the cusomers form has not updated the cusomers table.

How dow i get the table to update when i click the order button

Thanks

Simon

Add line...

Me.Dirty = False

....before the line that opens the second form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top