I think I’ve dug a big hole for myself here.
I have 3 tables, tblFeatures, tblFiles, tblKeywords
I have a form ‘frmFeatures’ with a continuous subform ‘fsubDocuments’ for data from tblFiles.
After populating/editing the keywords (as field values in rows of tblKeywords) for the current file via a popup form I want to write the values to a field in tblFiles as a comma separated list.
I have the list but am unsure how to write it back to the appropriate control on the form (on another subform ‘fsubDocuments_Keywords’).
From the popup I think I need to return focus to the main form, focus specifically on a row in files subform then copy to the other subform which is synchronised.
The root of this mess is I don’t want to allow the users freeform entry for the keywords. We need to control them so they are consistent and build up a lookup list as new keywords are added.
Any suggestions?