P
pat67
Hi, I have a form that edits a table. What I am trying to do is when a
certain filed is filled, two other fileds are fillled based on the
first field. What it is exactly is a golf form so when I input the
course id it fills the course name and tees played from.
Table is like this
Date Course ID Course Tees Player
Score
I enter a date and the a course id. what i want is when i enter the
course id, that the course and tees fields be updated. The course id
is linked to another table that has course name and tees. I can do it
by using an iif staement in the control source of the text box and
that fills it. However it does not edit the table becuase the text box
is unbound. So i need to use code in the after update field of the
course id box. I just don't know how it needs to look. Any help would
be appreciated
certain filed is filled, two other fileds are fillled based on the
first field. What it is exactly is a golf form so when I input the
course id it fills the course name and tees played from.
Table is like this
Date Course ID Course Tees Player
Score
I enter a date and the a course id. what i want is when i enter the
course id, that the course and tees fields be updated. The course id
is linked to another table that has course name and tees. I can do it
by using an iif staement in the control source of the text box and
that fills it. However it does not edit the table becuase the text box
is unbound. So i need to use code in the after update field of the
course id box. I just don't know how it needs to look. Any help would
be appreciated