I have expression:
DoCmd.OpenForm "PhoneList", acNormal, "", "[PhoneQuery].[State]=[Forms]![Phone3a]![ByLocation3]" This Works!
PhoneList = Report
Phone3a = Form
ByLocation3 = Selected State
PhoneQuery = All members address
I would like to change report(PhoneList) to table(PhoneTable)
Please specific..I'm newbe..
DoCmd.OpenForm "PhoneList", acNormal, "", "[PhoneQuery].[State]=[Forms]![Phone3a]![ByLocation3]" This Works!
PhoneList = Report
Phone3a = Form
ByLocation3 = Selected State
PhoneQuery = All members address
I would like to change report(PhoneList) to table(PhoneTable)
Please specific..I'm newbe..