OK so I have a form where the user selects a company in a dropdown box and then the corresponding record is pulled up. (See the attached screen capture of the form detail.)
This was accomplished with the following in the After Update Event:
="[File As] = " & "'" & [Screen].[ActiveControl]...