D
Dan
I have a table with 4 fields as follow:
id name Country Town
1 R NY NY
2 T KZ K1
I am trying to find an Access query that will update the table where the row
id =2 and put the following instead : 2 G TX J1
so that my table will be
id name Country Town
1 R NY NY
2 G TX J1
Any idea, thanks
Dan
id name Country Town
1 R NY NY
2 T KZ K1
I am trying to find an Access query that will update the table where the row
id =2 and put the following instead : 2 G TX J1
so that my table will be
id name Country Town
1 R NY NY
2 G TX J1
Any idea, thanks
Dan