I have created a program that uses the ShellExecute API function that opens an Access Database. I was wondering if it is possible to open the database and automatically go to a specified field (the primary key in the database) used in my vb program (I have already got the program linking to and saving to the database)
If it is possible please let me know
Many thanks
Hi there,
Yeah, since you are able to open an access database using the shellexecute() function, you should be able to deal with data handling too. All you need to know is a little data handling tricks, i.e. insertion, deletion. Good luck & Take care.