A
AndyB
I am trying to create a query that once it is satisfied will send a value
I select into a field.
ie.,
SELECT 3 AS platoon, [Crime Table].Time1
FROM [Crime Table]
WHERE ((([Crime Table].Time1)>=#12/30/1899 15:35:0# And ([Crime
Table].Time1)<#12/30/1899 23:35:0#));
essentially I am not doing this in SQL but in the design view of the query.
I am trying to get an update query to place the number 3 in all occurances
of above.
Andy B
I select into a field.
ie.,
SELECT 3 AS platoon, [Crime Table].Time1
FROM [Crime Table]
WHERE ((([Crime Table].Time1)>=#12/30/1899 15:35:0# And ([Crime
Table].Time1)<#12/30/1899 23:35:0#));
essentially I am not doing this in SQL but in the design view of the query.
I am trying to get an update query to place the number 3 in all occurances
of above.
Andy B