Tecnologia, programação e muito Visual FoxPro.

quinta-feira, 3 de fevereiro de 2011

[Access VBA Central] Re: Need Help

 

Ujjwal

Here is a quick way of getting your results

Private Sub Text218_AfterUpdate()
If Text218.Value = 1 Then
txtLastNm.Visible = False
txtFirstNm.Visible = False
Else
txtLastNm.Visible = True
txtFirstNm.Visible = True

End If
End Sub

Jim

--- In AccessVBACentral@yahoogroups.com, "jha1812" <jha1812@...> wrote:
>
> Hi Friends,
>
> I have created a form in access. In that there are several fields. What I want is that when I put a specific number in one of the textboxes then 4 other textboxes should be visible else they should not be visible.
>
> While replying if possible can u send to ujjwaljha4u@...
>
> Thanks,
> Ujjwal
>

__._,_.___
Recent Activity:
.

__,_._,___

Nenhum comentário:

Arquivo do blog