R
Randy
I have a cmbo box which I want to select both reports and queries. I am
able to select either queries or reports but not both. I would like to
select both from the same combobox. Here is the code for after update, and
row source...Thanks..Randy
Private Sub Combo69_AfterUpdate()
On Error GoTo Err_Combo69_Click
DoCmd.OpenQuery Me!Combo69
Exit_Combo69_Click:
Exit Sub
Err_Combo69_Click:
Resume Exit_Combo69_Click
End Sub
SELECT [msysobjects].[Name] FROM msysobjects WHERE ((([msysobjects].[Name])
Like "IDR:*")) ORDER BY [msysobjects].[Name];
able to select either queries or reports but not both. I would like to
select both from the same combobox. Here is the code for after update, and
row source...Thanks..Randy
Private Sub Combo69_AfterUpdate()
On Error GoTo Err_Combo69_Click
DoCmd.OpenQuery Me!Combo69
Exit_Combo69_Click:
Exit Sub
Err_Combo69_Click:
Resume Exit_Combo69_Click
End Sub
SELECT [msysobjects].[Name] FROM msysobjects WHERE ((([msysobjects].[Name])
Like "IDR:*")) ORDER BY [msysobjects].[Name];