Link to home
Start Free TrialLog in
Avatar of cansevin
cansevin

asked on

Update form when adding a new one

We have two computers working from the same table backend table.  We both are creating new records on the same form. Currently the only way we can see the other persons forms is to close our form and then re-open it. Is there a way to update so we don't have to do this? It is rather cumbersome having to close the form and then re-open it.

Thanks!

Chris
Avatar of Jeffrey Coachman
Jeffrey Coachman
Flag of United States of America image

You can use a button to "requery" the form.
On the click event of the button, use code like his:

    Me.Requery
Avatar of cansevin
cansevin

ASKER

Thanks Jeff... that is what I'll use.

I'm worried it isn't the "on click" event.

It is when we go to create a new memo. Is there a better place for that Me.Requery?
ASKER CERTIFIED SOLUTION
Avatar of Jeffrey Coachman
Jeffrey Coachman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial