Hi all,
I have a primary form with a sub form that I switch tabs on to open different forms and I cant get to this one field for some reason?
I think I need to call it somehow but here is what I have..
[CODE]
[CODE]Private Sub CmdReset_Click()
' Call ClearList(Forms!frmProjectHolder!sfrmProjectTeam.F orm!LstMemberRoles)
End Sub
Primary Form is frmProjectHolder
Sub Form is sfrmProjectTeam
The ListBox is LstMembeRoles which is on a form frmProjecReport
I beleive there is a way but I cant remember how to enter it??? See Below
Of course this didnt work and would love some assistance in the correct syntax to get this to work pleaseCode:Private Sub CmdReset_Click() Call ClearList(Forms!frmProjectHolder.sfrmProjectTeam.frmProjecReport.Form!LstMemberRoles) End Sub
The data base is 20mb so I really cant post it without removing most of it, sorry
Thanks
Dave