Hello.
I feel like i am not getting very far with what I am trying to now achieve, i want to be able to have a checkbox (preferabally not in the table since this would be a multi-user database) that is displayed in the form which is a datasheet. Basically the form has an autoID element which is SampleID, it has a projectID field (lookup), ParentSample (text) and Description (text).
How do i go about creating a checkbox on the form that is bound to the sampleID, so that when the checkbox is checked, i can run through all the records to get all of the SampleID's that apply to the checked records and then apply a task based on that, from delete, to duplicate, to more importantly add samples based on that. So for example i check boxes beside samples 1,3,6 and 9 and then click the button, and it inserts new samples into the same table, but one sample has 1 in the parentsample, another has 3 and so on.
I want to avoid using this in the table if i can, as i am worried if another user comes along and checks one of their samples, it will get confused.
i had tried a checkbox, and set the controlstate to =IsChecked([SampleID]) but it shows up blue, and when i go to click on it, it says "control can't be edited, it is bound to the expression isChecked([SampleID])
I feel like i am not getting very far with what I am trying to now achieve, i want to be able to have a checkbox (preferabally not in the table since this would be a multi-user database) that is displayed in the form which is a datasheet. Basically the form has an autoID element which is SampleID, it has a projectID field (lookup), ParentSample (text) and Description (text).
How do i go about creating a checkbox on the form that is bound to the sampleID, so that when the checkbox is checked, i can run through all the records to get all of the SampleID's that apply to the checked records and then apply a task based on that, from delete, to duplicate, to more importantly add samples based on that. So for example i check boxes beside samples 1,3,6 and 9 and then click the button, and it inserts new samples into the same table, but one sample has 1 in the parentsample, another has 3 and so on.
I want to avoid using this in the table if i can, as i am worried if another user comes along and checks one of their samples, it will get confused.
i had tried a checkbox, and set the controlstate to =IsChecked([SampleID]) but it shows up blue, and when i go to click on it, it says "control can't be edited, it is bound to the expression isChecked([SampleID])