Could Rearranging columns on a table, effect other areas of the database such as reports and queries?
Rearranging columns
Collapse
X
-
Tags: None
-
Comment
-
Yeah, I remember seeing that other group when they were first on "The Ed Sullivan Show". Lots of yelling from audience.
OldBirdmanComment
-
As to the original question - The only change that would be visible after changing the column order would be selecting * in a query. Even then, the only difference would be that the columns displayed in the new order found in the table.
Forms and reports all refer to fields explicitly by name, so their order is not significant.Comment
Comment