Receiving parameters from MS Access

Micro215

New member
Joined
Apr 19, 2011
Messages
2
Programming Experience
1-3
Okay, a brief background. I have a program the parses through a CSV file and inserts it into a MS Access database. Right now, a couple pieces of information are supplied by the user. The program is going to be integrated into the database front end so all the user has to do is click a button and it will run the program and use the information being passed to it from the database. My question is how do I go about programming my VB application to receive parameters at runtime in this manner. Sorry if this seems confusing and thank you for your help in this matter.
 
If you are talking about using SQL, then yes, I know how to retrieve data from the database. In order to search the table for what I need though, I need an ID number that is normally supplied by the user. I guess another way to look at it is if there is a way to create a variable that can be populated by the code that is calling the .exe?
 
Back
Top