C
Christopher Asaipillai
Hi there
I have the following problem. I have a master table called
"Sites" and a detail table called "Options"
In a group of site Records I want to be able to select one and
only one Option record with a check box field. However i cant do
this with enforcing keys.
Heres an example of the data
Site ID Option ID
======= =========
1 6
1 2
1 5
Now out of these, I want to select just either 6 or 2 or 5
But of course the options can increase or decrease
Can i do do this at table or should i do it at form level?
I have the following problem. I have a master table called
"Sites" and a detail table called "Options"
In a group of site Records I want to be able to select one and
only one Option record with a check box field. However i cant do
this with enforcing keys.
Heres an example of the data
Site ID Option ID
======= =========
1 6
1 2
1 5
Now out of these, I want to select just either 6 or 2 or 5
But of course the options can increase or decrease
Can i do do this at table or should i do it at form level?