G
Guest
I have a form that I enter info into that could tie into a record on a nother
table. I would like to be able to pull the info from the other table and
insert it into the record I and inputting so I do not have to double enter
the record. The issue is that there may not always be a record that matches,
otherwise I would just create a relationship between the 2 tables and ber
done with it. My question is how do I get the info from the one table to the
other. It would search off a uniques number field and if it matches it would
pull 2 other number fields and a dollar amount. THis would happen about 90%
of the time, so it could be a big time saver for me. I was thinking an
update query, but I don't know if it would work as the record has not been
saved yet.
Hope this makes sense.
table. I would like to be able to pull the info from the other table and
insert it into the record I and inputting so I do not have to double enter
the record. The issue is that there may not always be a record that matches,
otherwise I would just create a relationship between the 2 tables and ber
done with it. My question is how do I get the info from the one table to the
other. It would search off a uniques number field and if it matches it would
pull 2 other number fields and a dollar amount. THis would happen about 90%
of the time, so it could be a big time saver for me. I was thinking an
update query, but I don't know if it would work as the record has not been
saved yet.
Hope this makes sense.