Recent content by thrust

  1. T

    Checkbox doesn't print in report view.

    I can see the checkboxes in report view but when i press a print button that activates a PrintOut macro the checkboxes doesnt print. When I open in print preview the problem does not exist. But that means that I can't use a button for a quick print. I work in an access 2007. Please help!
  2. T

    Create new record from a subform

    Is it possible? Thank you!
  3. T

    open form from another form

    There is a form with no matching fields in the wizard. What does this mean?
  4. T

    open form from another form

    Thank you a lot.! This time worked.
  5. T

    open form from another form

    ...and set to the current record of the first form. I want to use macros (since i don't know code). Please help!
  6. T

    i want no text box and label when print if empty

    THANK YOU a lot! It worked perfectly!
  7. T

    i want no text box and label when print if empty

    i highlight the fact that the text box and label of the report mustn't be printed if the text box has no information in it. The data source of the text box is a memo data field.
  8. T

    i want no text box and label when print if empty

    I select the section of my report and on format event i put the setProperty action and arguing property visible to zero. What i cannot do is fill properly the condition column in order to make my text box (and it's label) unvisible when i print my report. Please welcome any suggestions!
  9. T

    simple question

    Can i add new records in a subform (or it is just for showing data)? Thank you!
  10. T

    many text boxes in a form-not just one!

    About a medical database. I construct a biochemical results table with a patient ID field, a date_of_sample field, a bloodtestID field for each type of biochemical test (all those three fields have the primary key) and results field where I put the numerical result of the test. I want a form...
  11. T

    check boxes automatically checked

    For every lab test, for example blood urea, or blood glucoze, or low ensity lipoprotein i have a text box for entering the result which is a number, but i also want to put close to every text box a triple state check box (that will have a control source property a yes/no field in the same table)...
  12. T

    check boxes automatically checked

    I have a form with two columns. In the first one I put lab test results (which are numerical values) while in the second one there are corresponding yes/no check boxes indicating the result as normal or abnormal. I want the corresponding check boxes automatically checked when I insert the lab...
  13. T

    Check Boxes

    I want to create three groups of all the CheckBoxes i have in a form and check or uncheck the CheckBoxes of every group with just one click.
  14. T

    Check Boxes

    How am i going to "group" the checkboxes?
  15. T

    Check Boxes

    What is the Controls Collection? And how do i group the checkboxes with the Tag property? I guess it doesn't need to use code because i don't know nothing about it. Heelp!
Back
Top Bottom