Hello,
I have four different queries based on the same table. I would like to open them in a subform using four different button clicks (each query has its own button). How can this be accomplished?
I tried but it doesn't work could I please get an overview of how it can be done?
[CODE=vb]Private Sub Cmd9_Click()
data_window.Vis ible = True
data_window.Sou rceObject = "RECENT RECORD"
Label7.Visible = False
Label8.Visible = False
End Sub[/CODE]
I have four different queries based on the same table. I would like to open them in a subform using four different button clicks (each query has its own button). How can this be accomplished?
I tried but it doesn't work could I please get an overview of how it can be done?
[CODE=vb]Private Sub Cmd9_Click()
data_window.Vis ible = True
data_window.Sou rceObject = "RECENT RECORD"
Label7.Visible = False
Label8.Visible = False
End Sub[/CODE]
Comment