Consulting

Results 1 to 4 of 4

Thread: Solved: Calculated control help

  1. #1
    VBAX Regular
    Joined
    Jun 2005
    Posts
    65
    Location

    Solved: Calculated control help

    Hi

    I am having a problem with a caculated combobox on a report. The control use values from 2 other controls on the same report. I belive the issue is that the values in the other 2 controls are not avaliable to the calculated control. The combobox is always empty. the other 2 controls show the appropriate values.
    All controls are in the detail section. The 2 controls that supply the values to the combo box use sql select statments.

    Has anyone found a way around this?

  2. #2
    VBAX Guru
    Joined
    Mar 2005
    Posts
    3,296
    Location
    I should think that the simple way around it is to have two unbound fields that are updated by the two combos. You then use the two field values for your 3rd combo.
    They do not have to be "visible" on the form.

  3. #3
    VBAX Regular
    Joined
    Jun 2005
    Posts
    65
    Location
    thanks

    i wil try.

  4. #4
    VBAX Guru
    Joined
    Mar 2005
    Posts
    3,296
    Location
    Let me know if it you can't get it to work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •