display all excluding a field

gogaak

Registered User.
Local time
Today, 12:54
Joined
Feb 6, 2005
Messages
42
how do i display all fields in a table, excluding a aprticular field

sumthing like

Select * from employee ( except tokenID)

please do help
thank you
 
are you displaying them on a form or report?
if so run the form or report from a query and just omit that field.
 
mkelly said:
are you displaying them on a form or report?
if so run the form or report from a query and just omit that field.

ok...I have to display all the fields within Employee table .
The fields of the Employee table keep changing. Even the count of fields can change.
but I want to display whatever fields are present in the Table, except TokeniD (pK)..
so in the the query cant mention the name of the fields.

please do reply
thanx a lot
 

Users who are viewing this thread

Back
Top Bottom