H HOJU15 Registered User. Local time Today, 00:44 Joined Feb 7, 2003 Messages 12 Mar 12, 2003 #1 what is the sql for returning all records including those with a null value [located in].[JOB]= null values and all values null values and all values=
what is the sql for returning all records including those with a null value [located in].[JOB]= null values and all values null values and all values=
jfgambit Kinetic Card Dealer Local time Today, 00:44 Joined Jul 18, 2002 Messages 798 Mar 12, 2003 #2 Try the SQL statement: SELECT * from [NameofTable]. That should get you what you want. HTH