Search results

  1. G

    Option group & select case

    I have an option group on a form which gives choices about whether a persons contact details are available to be printed out(on a report). I need assistance with two areas. Do I need to store the value of the option group in a table for later use or can I simply access the value from the...
  2. G

    code for checking control

    Scenario: I have a form that 1. USER makes a selection & 2 based on that selection(using a option group) a report is generated. I have used code to make the 2nd bit occur but the i want to cover the scenario when a user DOESNT make the first selection but makes the second selection and gets an...
  3. G

    selecting query criteria

    Is it possible to use a form to select criteria for a query? I have tried putting =[forms]![fExhibitionSelect]![ExhibitionSelect] into the criteria with the result of being asked for a parmeter valu of the same name ie. =forms !fExhibitionSelect !ExhibitionSelect I have also tried putting in...
  4. G

    check box & code

    I am creating an art exhibition catalogue. I have a form which i have a check box[ContactDetails] for showing/not an artists contact details. I have tried the following code in the "On format" and "On Print" events without any luck. Anyone able to give me some direction here?:o Private Sub...
Back
Top Bottom