G
Guest
Code not working any ideas? Form will not load selected table when choosing
team name.
E and d clients are tables.
Dim teamX as string
teamX = Me.cboTeam.text
Private Sub cboTeam_change()
Select Case teamX
Case "E"
Me.Form.Recordsource = "eClients"
Case "D"
Me.Form.Recordsource = "dClients"
End Select
Thanks
team name.
E and d clients are tables.
Dim teamX as string
teamX = Me.cboTeam.text
Private Sub cboTeam_change()
Select Case teamX
Case "E"
Me.Form.Recordsource = "eClients"
Case "D"
Me.Form.Recordsource = "dClients"
End Select
Thanks