Hello,
I have a bound form with a subform. The subform is linked to the mainform on “Workspace_ID” through the Master Fields and Child Fields links.
The “Reports” subform is a listbox based on query whose bound value is also “Workspace_ID “.
I would like to be able to click on one of the rows in the subform and do something based on the non bound column. However I have 2 problems.
(i). When I click on a row in the subform a message in the task bar reads “Control can’t be edited, its bound to Autonumber field “Workspace_ID”. Therefore I cannot even select a record in the subform.
(ii). Even if I could select this value, I want to get the value of “Reference” which is the non bound value. BTW the bound value “Workspace_ID” (a hidden field in the subform listbox query) is the same for every record which complicates the problem further.
I would appreciate if someone could indicate a way of doing this if it is possible.
Many thanks.
Paul