jedraw,
Here is the table design:
Name Size Type
---- ---- ----
PROJ 50 10 (dbText)
SPEC 50 10 (dbText)
TYPE 50 10 (dbText)
NAME 50 10 (dbText)
PBOR1 4 6
PBOR2 4 6
PBOR3 4 6
STYP 50 10 (dbText)
SHOP 50 10 (dbText)
ANGL 50 10 (dbText)
RADI 50 10 (dbText)
CATREF 50 10 (dbText)
DETAIL 50 10 (dbText)
MATXT 50 10 (dbText)
CMPREF 50 10 (dbText)
BLTREF 50 10 (dbText)
When I view the table alone, it is ok.
Here is a query:
SELECT q0.*
FROM tblSPCOdata AS q0;
Pretty simple I think, but yet what is displayed is Field0. The interesting thing in design view it shows up properly as DETAIL.
To sahmielel,
The fields are all presenented using:
q0.*
Thx for helping to solve the mystery.