Oca 19 2011
Private Sub Command1_Click()
Select Case tablosec.ListIndex Case 0 ‘Gaz Sale
DoCmd.OpenTable (“gs_detay”)
Case 1 ‘Gaz Cogs
DoCmd.OpenTable (“gc_detay”)
Case 2 ‘ Other Sale
DoCmd.OpenTable (“os_detay”)
End Select
‘ DoCmd.OpenTable (“denemetable”)
End Sub
Devamı
By Burhan KARADERE • MS Access • 0 • Tags: access, button, combobox
Oca 7 2011
Microsoft Access 2003-2007 Button Run Sql – Multi Sql buton ile sql çağırmak
By Burhan KARADERE • MS Access • 0
Oca 19 2011
Ms Access ile comobox kullanımı – Howto Access Combobox and Button
Private Sub Command1_Click()
Select Case tablosec.ListIndex
Case 0 ‘Gaz Sale
DoCmd.OpenTable (“gs_detay”)
Case 1 ‘Gaz Cogs
DoCmd.OpenTable (“gc_detay”)
Case 2 ‘ Other Sale
DoCmd.OpenTable (“os_detay”)
End Select
‘ DoCmd.OpenTable (“denemetable”)
End Sub
Devamı
By Burhan KARADERE • MS Access • 0 • Tags: access, button, combobox