ok dear carry on...and if you have any further requirement then you can ask....
If this was helpful to you then hit on the * button for user reputation...
Regards
CA Mahaveer Somani
ok dear carry on...and if you have any further requirement then you can ask....
If this was helpful to you then hit on the * button for user reputation...
Regards
CA Mahaveer Somani
I was able to figure out a way around the issue by disabling the textbox, then enabling it, and then setting focus. Here is the code:
![]()
If Me.txtOther = vbNullString Or Me.txtOther = vbNewLine Then Me.Hide MsgBox "Please enter the necessary information.", vbInformation, "Required Field" frmOther.Show Me.txtOther.Enabled = False Me.txtOther.Enabled = True Me.txtOther.SetFocus Exit Sub End If
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks