Kunne det tænkes at din form i virkeligheden er en subform på Form1? I så fald vil det bare være: Me.Form2.Requery (eller hvad du nu har kaldt subformen)
Yes all forms are one main form, so fdata is on to the right thing.
You first need to reference the main form (parent) from Me (form Forespørgsel). Then you can requery Opfølgningsdatoer
Me.Parent.Opfølgningsdatoer.Requery
Although there is a little problem with the idea of requerying after Status changes! The data isnt written to the table until the forms afterupdate event is fired. So I 've put the code there.
And if you can accept this as ananswer then please give it to fdata as he deserves it ;-)
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.