Hello,
I'm working with two tables. Table 1 holds basic information that won't change. Table two holds information about table 1 entries that will change so we can keep a history of the changes.
So, say I have a VCR. Table 1 will contain for example, VCR, model, serial number etc. Table two shows it is located in bldg x, room x. Now, I move the location of the VCR to bldg y room y and update table 2 accordingly via an update form.
Now, I click on the menu item to display a list of equipment (using a Connection Data List) to display a list of equipment. In the connection I use the multitable tab to set up a relationship between tables 1 & 2. I do this because if you click on one of the items in the list, it brings up a form (selected in the Front editing tab) which displays more detailed information of the equipment (including a list of all the locations that item has been, which is gotten from table 2).
Now, there is only one entry for the VCR in table 1 but 2 entries in table 2. The problem I'm having is that I get two displays of the VCR in the initial equipment display list. How can I get the connection to display the item only once?
I've researched MSQL statements and found a "SELECT DISTINCT" but I'm not sure how to use this in ChronoConnectivity/Forms.
If you think this would solve the problem, how would I implement it? If not, how would I eliminate duplicate displays of a record?
Thanks so much for your help.
I'm working with two tables. Table 1 holds basic information that won't change. Table two holds information about table 1 entries that will change so we can keep a history of the changes.
So, say I have a VCR. Table 1 will contain for example, VCR, model, serial number etc. Table two shows it is located in bldg x, room x. Now, I move the location of the VCR to bldg y room y and update table 2 accordingly via an update form.
Now, I click on the menu item to display a list of equipment (using a Connection Data List) to display a list of equipment. In the connection I use the multitable tab to set up a relationship between tables 1 & 2. I do this because if you click on one of the items in the list, it brings up a form (selected in the Front editing tab) which displays more detailed information of the equipment (including a list of all the locations that item has been, which is gotten from table 2).
Now, there is only one entry for the VCR in table 1 but 2 entries in table 2. The problem I'm having is that I get two displays of the VCR in the initial equipment display list. How can I get the connection to display the item only once?
I've researched MSQL statements and found a "SELECT DISTINCT" but I'm not sure how to use this in ChronoConnectivity/Forms.
If you think this would solve the problem, how would I implement it? If not, how would I eliminate duplicate displays of a record?
Thanks so much for your help.