T
Thorson
I have a form that records a calf's birth information, in that form the user
enter's the sire of the calf (cboSire), they are also suppose to check a
yes/no box as to whether or not the calf is an AI Calf (txtAI). In a
separate table (tblSireListing) all the sires are listed and a Yes/No box is
listed if the sire is an AI Sire.
I would like to put an if statement in the event section after update for
cboSire, but I need help writing it since I am new at this. I would like to
do the following:
If the sire listed in the cboSire on the form is in the tblSireListing and
the Yes/No box is checked "Yes", Then txtAI on the form will check "Yes", if
it is not checked and is therefore "No" then the txtAI box on the form will
remain blank.
Can someone help me write this statement?
Thank you
enter's the sire of the calf (cboSire), they are also suppose to check a
yes/no box as to whether or not the calf is an AI Calf (txtAI). In a
separate table (tblSireListing) all the sires are listed and a Yes/No box is
listed if the sire is an AI Sire.
I would like to put an if statement in the event section after update for
cboSire, but I need help writing it since I am new at this. I would like to
do the following:
If the sire listed in the cboSire on the form is in the tblSireListing and
the Yes/No box is checked "Yes", Then txtAI on the form will check "Yes", if
it is not checked and is therefore "No" then the txtAI box on the form will
remain blank.
Can someone help me write this statement?
Thank you