arkadaşlar
Private Sub CommandButton1_Click()
Hastaneler.Show
End Sub
dediğimde run time 401 hatası veriyor
"can't show non-modal from when modal from is displayed"
Private Sub CommandButton1_Click()
Unload Hastaneler
End Sub
dediğim de ise hiç bir işlem yapmıyor
acaba sorun neden olabilir
Private Sub CommandButton1_Click()
Hastaneler.Show
End Sub
dediğimde run time 401 hatası veriyor
"can't show non-modal from when modal from is displayed"
Private Sub CommandButton1_Click()
Unload Hastaneler
End Sub
dediğim de ise hiç bir işlem yapmıyor
acaba sorun neden olabilir
