ajolson1964
Programmer
I Want to update a memo field in one table with several different records of another table Text field.
Here is my issue I have two tables. One is the main table with several fields one of them being a Memo field. The other table is where each record has a field with text data and another field with Yes or No data. What I want to do is have the user check the yes/no box and have the data from the text field transfer to the memo field of the main table. However if the user selects multiple records of the yes/no box I want all of them to appear in the memo box for the record in the main table.
Any suggestions, should I set this up differently? Maybe a relationship between the two. Not to sure how to set it up. Any advice would be greatly appriscated
Here is an example of what I would like
Main Table
Name Job Title Job Description
John Doe Clerical Staff Filing, Faxing, Typing.
From the other table The user would have selected the following to update the Job Description field for John Doe
Yes – Filing
No- Driver
Yes – Faxing
Yes – Typing
No – Accounting
Again any help would be appreciated.