Dears Please suggest me how to add a file as binary to the EXE file to store the data and also I need a help, how to communicate to retrive/store the data in this binary file.
Suppose I am using the following select case statement and expressionlist Select Case Some_string Case "10", "13", "14", "15", "16", "17", "18" Now suppose I don't know the exact makeup of the expressionlist when the
I am trying to open an Access report from my VB application. It will not open the database. My VB program continues t run with no errors, but it doesn't open Access nor show the report. I could use some help. Below is the code I used to do this. I also set a reference to Access ...