Ok guys, I am making myself crazy here and I know there has to be an easy way on this but I just can’t find it.
I have finally gotten the relationship aspects of a Database down. Got that part finally working pretty well.
But as you know, that is only showing me existing data in tables that I want to ‘extract’ and put into a ‘master’ table for lack of a better term.
Here’s an example.
User selects Region which then isolates down to Country then down to City then down to Port then down to Carrier.
Obviously there are several countries to choose from per region, cities per country, etc.
Once they make these selections I need them to cascade from one combo or list box to the other (REGION to COUNTRY to CITY).
I have not had great success with that so that’s one issue.
But ultimately I want them to be able to make these selections after they drill down and then by clicking on them or whatever, insert that record into a master table.
I can insert a combo box, have it pull values from say REGION and then insert that value into the REGION field in the master table, but that’s not really helping me to filter the COUNTRY for the region I pic in the next combo box over.
Any relatively simple ideas?
I have finally gotten the relationship aspects of a Database down. Got that part finally working pretty well.
But as you know, that is only showing me existing data in tables that I want to ‘extract’ and put into a ‘master’ table for lack of a better term.
Here’s an example.
User selects Region which then isolates down to Country then down to City then down to Port then down to Carrier.
Obviously there are several countries to choose from per region, cities per country, etc.
Once they make these selections I need them to cascade from one combo or list box to the other (REGION to COUNTRY to CITY).
I have not had great success with that so that’s one issue.
But ultimately I want them to be able to make these selections after they drill down and then by clicking on them or whatever, insert that record into a master table.
I can insert a combo box, have it pull values from say REGION and then insert that value into the REGION field in the master table, but that’s not really helping me to filter the COUNTRY for the region I pic in the next combo box over.
Any relatively simple ideas?