Z
Zoiks
Hello,
I'm trying to enter data into a form which includes 2 tables "A" and
"B". "B" is simply yes / no check boxes.
If the user does not use the forms check boxes in "B", a record is not
created for that table (which I understand). But, I would like this
record to be created (even though it is "blank"). Could someone help
me with a good way to do this? Probably simple, but I cant think of
it.
Table A
NameID (autonumber - PK)
F-Name (text)
L-Name (text)
Table B
NameID (number - PK)
Single (y/N - No default)
School (y/N - No default)
I've tried some things like buliding events on "Before / After
Update", "On Change" with no luck obviously.
Thanks
I'm trying to enter data into a form which includes 2 tables "A" and
"B". "B" is simply yes / no check boxes.
If the user does not use the forms check boxes in "B", a record is not
created for that table (which I understand). But, I would like this
record to be created (even though it is "blank"). Could someone help
me with a good way to do this? Probably simple, but I cant think of
it.
Table A
NameID (autonumber - PK)
F-Name (text)
L-Name (text)
Table B
NameID (number - PK)
Single (y/N - No default)
School (y/N - No default)
I've tried some things like buliding events on "Before / After
Update", "On Change" with no luck obviously.
Thanks