SQL Update syntax [RESOLVED]
Hi
Im trying to update a table that has two key fields; ive tried
UPDATE tbl
SET [val_1]=1,...[val_n]='str'
WHERE [key_1]=1,[key_2]=2;
But this gives me an error on the WHERE clause. What is the correct syntax?
Thanks.
Thanks
All i want is to find the number that repeats most often in the array. The length varies, the array that results from this opperation is disposable. I have a sorted array already.
Hi I am pretty green when it comes to ACCESS VBA, ive done some in Excel, but i need some help. I have a data with several records, and these contain data in no particular order.
Some of these data need to be modified before being moved to the other database. The code looks like this...