Hello all, Can some one help me with If expression. have a text box to show Hyperlink if Yes no is checked. works ok but does not show on table or queries?
You have a textbox and a checkbox. When the checkbox value is true you want to write a hyperlink in the textbox and that should be saved to the table? Is that correct?
A calculated value (i.e. Control Source beginning with "=") is read-only because they don't relate to a field in the table. A query will display a field if it exists in the domain or is calculated in the query.