M
magickarle
Hi, I got a table resulting from a query's one to many relation.
IE:
tblTest:
1 empty
1 empty
1 empty
2 empty
2 empty
2 empty
2 empty
3 empty
3 empty
4 empty
5 empty
If I bind tblTest to a form withour using group by, I'll be able to
change the records.
But if I choose groupby, it gives me "this record is not updatable".
What I'm trying to do is to group the 1, 2, 3, 4 and 5 items and
customer could choose to check a box or not (if item 1 is checked, the
3 empty records of tblTest would become yes.
Is it possible ,within a group by query, to bind a check box?
Thanks
IE:
tblTest:
1 empty
1 empty
1 empty
2 empty
2 empty
2 empty
2 empty
3 empty
3 empty
4 empty
5 empty
If I bind tblTest to a form withour using group by, I'll be able to
change the records.
But if I choose groupby, it gives me "this record is not updatable".
What I'm trying to do is to group the 1, 2, 3, 4 and 5 items and
customer could choose to check a box or not (if item 1 is checked, the
3 empty records of tblTest would become yes.
Is it possible ,within a group by query, to bind a check box?
Thanks