Claudine:
When I look at the "select current table" it is in the
order I expect it, and in the order that the tables are
physically laid out in the form. A shift-F8 from the
first table does correctly go to the second table, so I
don't think it's a table order issue.
Probably a stupid question, but is there a relationship between the order in which the tables are added to the form and the result of NEXTTAB?
Mike: Hmmm.... Hadn't thought about that. You know, I
think a variable form just might work at that. There is
a set number of rows of data, either 5 or 7, so I could
create just 2 variable forms. I could keep the data in
the 4 tables so that my calculations work independently.
I could pull the data into variables, put up the form,
and then write the variables back to the tables. Obviously
it would be alot easier if I could just get the darn form
movement to work. But if I can't I may have to go this
route.
>If the result is just to display calculations, don't fall in love with having to display live row data. This sounds like a candidate for a VarForm so >you can control the calculations of the data exactly the way you want without the misbehavior of dealing with multiple regions on a form.
Karen

