Hello, all. I am a newbie developer and I'm having trouble with a query. The application is a residential telephone service database. Each resident can have more than one telephone line, and each line can have a promotional discount based on the service plan selected. The main form is the ResidentInfo form, which includes a ResidentServices subform to display information for each phone line the resident has. The ResidentInfo form includes a combo box where the user can select from one of five geographic locations (stored in a separate table). The ResidentServices form has a combo box where the service plan is selected based on the location selection above. Here is where I'm having trouble: I have a ResidentPromos subform in the ResidentServices subform where the user should be able to select promotions based on the service plan selection. I have spent two days trying to figure out the proper query to display only the promos that are available for the selected plan, with no success. I know this is probably not too difficult for an experienced developer but I just can't seem to decipher it. I will be more than happy to provide additional details if anyone is willing to tackle this one.
Thank you very much!
Thank you very much!