What do you mean by 'cell nor the follow-up table'? Have to code behind a form, not a table. Access has fields, not cells.
What do you mean by 'cell nor the follow-up table'? Have to code behind a form, not a table. Access has fields, not cells.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
What cell? You already have a form showing the text that you want to do this with, yes? On that control I'd use the doube click event. If I'm not mistaken there's no need to lock the control against editing as setting it's source that way will make the record in un-editable, same as if you had an expression in the control. At least I think so.
Thank you so much for all your help!! I got itI made a very big text box to show the selected field, and only visible when user clicks on the field. I put the text box on the same form instead of a popup form, as I wanted to keep everything as simple as possible.
Thank you all![]()