954,582 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Updating of access using vb

The question I am going to ask involves Mircrosoft Access and VB and I am stuck with it.

This is the question:

I have 4 peoeple: L, M, N, O, P
there are 4 object: a, b, c, d, e

L has: a, c, d
M has: a, d, e
N has: b, d, e
O has: b, c. d

If I change the a to another name call 'z', I want onli L and M to change as well.

Is there any code which I can use?

dreamer_lek91
Newbie Poster
13 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

Yes there is. It will be something along these lines -

MyRS.Open "SELECT * FROM MyTable WHERE MyObject LIKE 'a%'", MyConnection, adOpenstatic, adLockoptimistic
AndreRet
Senior Poster
3,922 posts since Jan 2008
Reputation Points: 334
Solved Threads: 350
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: