L
Lasse T
Hi !!
I have a continous form with a recordsource. I want to use the same form to
show results from different querys so I thought using a recordsource woud be
a good idea. When I open the form it now shows only one post at the time
istead of the whole list. Why???
If I go back to setting the source for the form in the form propertys it
works, but in that case I need to copy the form for each query.
Here are the code for the button that opens the form.
Private Sub Kommandoknapp64_Click()
DoCmd.OpenForm "visagrupperfrit"
Forms!visagrupperfrit.RecordSource = "visagrupperfritext"
End Sub
Lasse T
-------------
I have a continous form with a recordsource. I want to use the same form to
show results from different querys so I thought using a recordsource woud be
a good idea. When I open the form it now shows only one post at the time
istead of the whole list. Why???
If I go back to setting the source for the form in the form propertys it
works, but in that case I need to copy the form for each query.
Here are the code for the button that opens the form.
Private Sub Kommandoknapp64_Click()
DoCmd.OpenForm "visagrupperfrit"
Forms!visagrupperfrit.RecordSource = "visagrupperfritext"
End Sub
Lasse T
-------------