2 tableboxes on 1 form

jensthomsenjensthomsen Member Posts: 173
Hi
Are there any ways of splitting data up in 2 on a form, and showing them in 2 separate tableboxes: All item with a price less then 100 should be shown on tablebox 1, and the rest on tablebox 2. I'm aware that a subform can do the trick, but then you have to use an ekstra form.
Jens

Comments

  • David_SingletonDavid_Singleton Member Posts: 5,479
    Hi
    Are there any ways of splitting data up in 2 on a form, and showing them in 2 separate tableboxes: All item with a price less then 100 should be shown on tablebox 1, and the rest on tablebox 2. I'm aware that a subform can do the trick, but then you have to use an ekstra form.
    Jens

    No not really, because the main form contains the reference to the current record, so both table boxes would be looking at the same record.

    By the way, you have already spend more lost time is trying to do a work around, than the $8.00 is cost to just pay the license for a form #-o
    David Singleton
Sign In or Register to comment.