Might be a simple question but could not figure out the solution. I need to update/change the output of the text for a TextBox in Access 2007 based on the selection of a combobox. Example code is below:
If [ComboBox] = "String" Then
TextBox.Value = "New String"
End If
The value from the TextBox is picked up from a query whose table is linked to a read-only table (brought over via SharePoint).