Search results

  1. Robert Saye

    Option button in subform -> continuous forms

    Hi all, I have an unbound option button in a subform, which is in continuous form view. It defaults to no. When the form is active, it shows up gray and checked. Is there any way to make it usable? Thanks, Robert
  2. Robert Saye

    Quiz database, multiple random topics

    Hi all, I finally figured out how to write a module to get the data I need. Now I am clueless on how to get it into a form. I am attaching my database if someone could take a look at it. What I am trying to do is use the testing() method which returns 5 random questions from 3 different...
  3. Robert Saye

    Adding fields in 2 records into new record

    Hello all, I have a baseball statistics database I downloaded off the web. I found several errors I am trying to correct. I ran a find duplicates query on the batting statistics, and found about 50. For some reason the data is correct...
  4. Robert Saye

    Hiding columns with no data in datasheet view

    Hi all, I have a form with cascading textboxes, that select a group of records. The records open up on a subform. What I am trying to do is when I have a particular recordset open, I would like to hide any columns that are not being used. For instance in the practice contacts database that...
  5. Robert Saye

    TextBox visible only when used

    Hi all, I have a form which has five textboxes on it (as well as other info). I have 7 different types of circuit boards I am tracking, and they each have different combinations of programmable logic devices. I have five fields in my Board table, [FPGA, GPHL, PLD1, PLD2, PLD3]. Some of the...
  6. Robert Saye

    subform controls (checkbox) events

    Hello all, I have two subforms on my main form. One subform has a check box on it, when the user checks it, I would like to open a msgbox asking if they are sure. (A append and delete query fire off at main form close). I would like the msgbox to open and then if they click yes to run my 2...
Top Bottom