Search results

  1. R

    Conditional formatting on radio buttons

    I want to apply conditional formatting on radio buttons, but when I try, it is greyed out. I can apply conditional formatting to text boxes, but not radio buttons.
  2. R

    Conditional disabling on continuous form

    I have a form with radio buttons, being displayed as a continuous form. I want to be able to disable the radio buttons based on one of the values of the record. I've tried tying the code to a couple different events, like onActivate, onOpen, onLoad, onCurrent, but they are all called only...
  3. R

    Check if database exists

    So, I'm creating a new database file using CreateDatabase. If the file does not exist, it works, but if it already exists, it gives me an error message and stops my function. By searching this forum, I found this guy posting how he'll use Kill () to remove the file so he can replace it. But...
Back
Top Bottom