my form is for search
i have 2 option (sader , wared)
there is subform called result
there is 2 queries called "fr_wa , fr_sa"
when i choose wared , there is error appeared called "run time error '2101'"
and too when i choose sader
the code is :
Code:
Private Sub wared_GotFocus()
[creators_text].Visible = True
[a1].Visible = True
creators_text.Caption = "converts"
[from_text].Visible = True
[a2].Visible = True
from_text.Caption = "convert to"
sader1_text.Caption = "convert result"
result.SourceObject = "fr_wa"
End Sub