table field upgate in code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All, I having trouble developing code needed to update tblClient w/ record
from tblSkill. Here’s the situation:

tblClient update records using tblSkill. tblSkill has one field containing
carpenter, labor, painting etc. When clients identify a skill on frmClient,
tblClient must be updated using the record from tblSkill.

What is the code to update tblClient with info from tblSkill when the skill
is selected using a Check Box on frmClient?

Thx
RD
 
RD,

Can a client have more than one skill? If so, you need another table,
to record the ClientSkills.
 
Back
Top