I have a form that lists several Items (in "Continuous Forms" view).
Next to the Item Name, I have a checkbox.
The checkbox determines if the Item has a price.
If the checkbox is clicked by the user, a hidden textbox named "Price" becomes Visible.
Private Sub HasPrice_Click()
If HasPrice =...