table field upgate in code

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
 
S

Steve Schapel

RD,

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top