I have the following code under a ComboBox rowsource in a SubForm. However, it won't work when I have the form open as a SubForm. It will only work when the SubForm is open by itself. Where and what do I put to let this know it's on a Sub...HELP!
SELECT tblEntities.ServiceAddress, tblEntities.PartyBeingServed FROM tblEntities WHERE (((tblEntities.PartyBeingServed)=[Forms]![frmNewOrderSub]![txtPartyBeingServed]));
SELECT tblEntities.ServiceAddress, tblEntities.PartyBeingServed FROM tblEntities WHERE (((tblEntities.PartyBeingServed)=[Forms]![frmNewOrderSub]![txtPartyBeingServed]));