It is possible in the SELECT (SQL) Statement to add a field that doesn't exist in the target table?
For Instance:
SELECT FirstName, LastName, Age, Attendee(as a logical) FROM GUESTLIST INTO TABLE CONFIRMED
Where "Attendee" doesn't exist in the table "GUESTLIST" but want to add it as a logical field?
Is this possible?
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."
For Instance:
SELECT FirstName, LastName, Age, Attendee(as a logical) FROM GUESTLIST INTO TABLE CONFIRMED
Where "Attendee" doesn't exist in the table "GUESTLIST" but want to add it as a logical field?
Is this possible?
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."