updating a table from a form

  • Thread starter Thread starter Simon
  • Start date Start date
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
 
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

Similar Threads

adding a date 2
Emailing From Access 1
Customer look UP 2
Stop duplicated data 1
Looking for propriate control event 16
Ticking boxes with one button 2
Line under fields that are blank 2
Random Account Numbers 2

Back
Top