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 = False
Else
Forms!frmGroupBooking!subPart.Visible = False
Else
Forms!frmGroupBooking!subPart.Visible = True
End If
ErrExit:
Exit Sub
ErrHandle:
Resume ErrExit
End If
ErrExit:
Exit Sub
ErrHandle:
Resume ErrExit
End Sub
Best Regards,
Kevin
Regards,
Kevin Zhao
Date: 2015-10-31 16:20Subject: [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 ErrHandleIf IsNull(Me.GroupBookingID) Then
Forms!frmGroupBooking!subPart.Visible = True
ElseForms!frmGroupBooking!subPart.Visible = False
End If
ErrExit:
Exit Sub
ErrHandle:
Resume ErrExitEnd SubBest 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 (2) |
.
__,_._,___
Tidak ada komentar:
Posting Komentar