Sabtu, 31 Oktober 2015

[MS_AccessPros] Subform didn't show

 

Dear All,
I use use "visible" to show and hide a subform, after input some data, the sub form still didn't show. Please help.

Private Sub Form_Current()
On Error GoTo ErrHandle

If IsNull(Me.GroupBookingID)  Then
Forms!frmGroupBooking!subPart.Visible = True

Else
Forms!frmGroupBooking!subPart.Visible = False
End If

ErrExit:
    Exit Sub
   
ErrHandle:
    Resume ErrExit
End Sub

Best Regards,
Kevin

__._,_.___

Posted by: "zhaoliqingoffice@163.com" <zhaoliqingoffice@163.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)

.

__,_._,___

Tidak ada komentar:

Posting Komentar