>       I have a form with a db grid on it.  It used
> to show 7 rows of 
> data.  Now it only shows 1 row.  The dimentions of
> the db object have 
> not changed and it will still hold 7 rows.

If the grid is not the first table on the form, then
you have either added a column to one of the two
tables that has the same name as a column in the other
table or modified data in one of the tables so that
identically named columns no longer contain the same
data.

R:Base implicitly joins tables in forms on all common
column names.
--
Larry

Reply via email to