G
Gator
I'm using Access 2000. Do the table fields HAVE to be in [] or stated with
the table name in front of the fieldName....even though the table is stated ?
SELECT
Date,
05PpCert, 05PpTaxPaid,
06PpCert, 06PpTaxPaid,
07PpCert, 07PpTaxPaid,
08PpCert, 08PpTaxPaid,
03RpCert, 03RpTaxPaid,
04RpCert, 04RpTaxPaid,
05RpCert, 05RpTaxPaid,
06RpCert, 06RpTaxPaid,
07RpCert, 07RpTaxPaid,
08RpCert, 08RpTaxPaid
FROM Collections;
the table name in front of the fieldName....even though the table is stated ?
SELECT
Date,
05PpCert, 05PpTaxPaid,
06PpCert, 06PpTaxPaid,
07PpCert, 07PpTaxPaid,
08PpCert, 08PpTaxPaid,
03RpCert, 03RpTaxPaid,
04RpCert, 04RpTaxPaid,
05RpCert, 05RpTaxPaid,
06RpCert, 06RpTaxPaid,
07RpCert, 07RpTaxPaid,
08RpCert, 08RpTaxPaid
FROM Collections;