C
carl
I have this query...
UPDATE [OCC_Data] SET [OCC_Data].[date] 20110419
WHERE ((([OCC_Data].date)=0));
The query is used to populate the "date" field for each record that
has date=0 (the data source only has the data info in the header and I
discard this line when importing into Access.
Is there a way for the query to prompt me to enter the date ?
Or is there a way to use the header to populate the date field ?
Thank you in advance ?
UPDATE [OCC_Data] SET [OCC_Data].[date] 20110419
WHERE ((([OCC_Data].date)=0));
The query is used to populate the "date" field for each record that
has date=0 (the data source only has the data info in the header and I
discard this line when importing into Access.
Is there a way for the query to prompt me to enter the date ?
Or is there a way to use the header to populate the date field ?
Thank you in advance ?