A
aaron_kempf
Hey why does everyone dislike lookup fields so much?
The root of the problem.. is that you guys CAN'T see the data
_WITHOUT_ the lookups, right???
In SQL Server; I can use 2 tools to look at the data _WITHOUT_ Lookup
fields-- so I think that they are the greatest thing since sliced
bread.
Seriously- why are they _SO_ confusing to you MDB kids?
I can query things using Query Analyzer, Enterprise Manager,
Dreamweaver; SQL Server Management Studio.
I can see the data _WITHOUT_LOOKUPS_ when and where I want.
So now _WHY_ is it that lookup fields suck?
I just think that is one of the most ridiculous things I've ever heard
in my life.
Lookup fields are probably the _ONLY_ reason I use MS Access.
HONESTLY.
So here i've got a _SECOND_ solution that makes lookup fields
_INCREDIBLY_ nice to have:
1) make the lookups on the original column
2) make a new 'computed column' that shows the data
3) set the computed column = 'OrderID'
It's not like using a computed column uses any extra resources
4) presto chango- I've got the data with or without lookups- when
and where I want them.
QED
-Aaron
The root of the problem.. is that you guys CAN'T see the data
_WITHOUT_ the lookups, right???
In SQL Server; I can use 2 tools to look at the data _WITHOUT_ Lookup
fields-- so I think that they are the greatest thing since sliced
bread.
Seriously- why are they _SO_ confusing to you MDB kids?
I can query things using Query Analyzer, Enterprise Manager,
Dreamweaver; SQL Server Management Studio.
I can see the data _WITHOUT_LOOKUPS_ when and where I want.
So now _WHY_ is it that lookup fields suck?
I just think that is one of the most ridiculous things I've ever heard
in my life.
Lookup fields are probably the _ONLY_ reason I use MS Access.
HONESTLY.
So here i've got a _SECOND_ solution that makes lookup fields
_INCREDIBLY_ nice to have:
1) make the lookups on the original column
2) make a new 'computed column' that shows the data
3) set the computed column = 'OrderID'
It's not like using a computed column uses any extra resources
4) presto chango- I've got the data with or without lookups- when
and where I want them.
QED
-Aaron