M
marco_pb via AccessMonster.com
help please..
i'm trying to get value from textbox. I don't know the parameter
can anybody help? thanks...
Dim a As Single
a = Forms![form name].[field name].Value
If (a = "example") Then
Forms![form name].[other field name].Visible = True
Else
Forms![form name].[other field name].Visible = False
i'm trying to get value from textbox. I don't know the parameter
can anybody help? thanks...
Dim a As Single
a = Forms![form name].[field name].Value
If (a = "example") Then
Forms![form name].[other field name].Visible = True
Else
Forms![form name].[other field name].Visible = False