perfect... thanks
tkelley via AccessMonster.com wrote:
[Quoted Text] > Try this in your button code, before opening your new form: > > DoCmd.RunCommand acCmdSaveRecord > > > Jean-Paul wrote: >> Hi, >> I have a bound form with 2 pushbuttons to open a report based upon this >> form. >> There are a lot of checkboxes on the form.. >> When I change one and click the pushbutton the report don't show the >> modified checkbox. >> When I close the form and click the pushbutton again, the modification >> is shown correctly... >> There must be a way to avoid this... >> Any help is welcome >> JP >
|