G
Guest
I have a form that has one table (tblLog) connect to it. There is a yes/no
datatype as the 2nd column in a dropdown menu (from a different table called
"tblService"). When the yes/no is yes, I would like the check box to have
the yes value and vise versa. On top of that, from another dropdown menu,
there is another yes/no datatype in the second column. I need this dropdown
to update like the one before. Making the check box except the yes value
from either dropdown.
So yes on both dropdown menus would yeild yes to the checkbox.
A comination yes/no would yeild a yes for the checkbox.
And if both are no then the checkbox is false.
I hope this makes sense.
Then (if the check box is true) when they move to another record there is a
dialog box that yeilds a message (I know how to make a option box), but when
is closes it pulles up the "print" window. If the check box is null it
should go staight to the print window.
Thank you in advance!
James
datatype as the 2nd column in a dropdown menu (from a different table called
"tblService"). When the yes/no is yes, I would like the check box to have
the yes value and vise versa. On top of that, from another dropdown menu,
there is another yes/no datatype in the second column. I need this dropdown
to update like the one before. Making the check box except the yes value
from either dropdown.
So yes on both dropdown menus would yeild yes to the checkbox.
A comination yes/no would yeild a yes for the checkbox.
And if both are no then the checkbox is false.
I hope this makes sense.
Then (if the check box is true) when they move to another record there is a
dialog box that yeilds a message (I know how to make a option box), but when
is closes it pulles up the "print" window. If the check box is null it
should go staight to the print window.
Thank you in advance!
James