I have a windows form where I have a textbox that the user selects text from and then based on that text selection code will execute. I now need to set up a if statement that will if the user...
I have an access query set up to run a mail merge on a word doc. When the word doc opens it asks for the Employee ID that I want to run the merge on. Which word doc that I open is dependent upon...
I may not be able to do this in C#, but I am wanting to write code (similar to a bat file maybe) that would open a specific excel workbook, and then I will code in Excel to run a macro on open. Can...
When I look at my solution explorer in Visual Studio, and I see Access, and when I double click on that it brings up a new window of the object browser. From there, it displays an endless number of...
Tellon --- If I go to start---> Run and type access I get an error that Windows can not find 'access' make sure you type the name correctly and then try again.
But I actually want it to open access. I just need it to open Access 2000 as opposed to 2007. Is there a command in C# where you can specify to open Access.Access2000 or something like that?
I am not sure how to answer this question. I am opening an access database, and pulling in data from a query in that database. So I guess I am opening an instance of Access as well as connecting to...
I am working on a computer that has Access2000 and Access20007 installed on it. I am using a form, and the background code was written in C#.....when I press one of the buttons on the form, it opens...
I am having numerous compile errors with a project that someone else began building and I "inherited" and I am stuck!!! And again I am at the mercy of the oh so gracious and knowledgeable C#...
Great, now my next ? is. I have a Create button on the form, that runs some code, and in will display the results. If once the results are displayed, I decide to change from Test1 to Test2, how can...
I have a combo box on my form, that has 2 options to select from. When my form loads, under the form_Load() Event I have numerous text boxes set to ...Visible = False; Depending upon what selection...
Arjay thanks for the definitions of Debugging and Compiling, I honestly thought that any issue preventing your program from running was a debugging issue! Show's my newbieness.
That must be what the issue is then, because I did not do that in my project. I will add those features in, and report back once I get home from work, and have had a chance to add those elements.
...
I am working on a project, and I thought I had it set up properly, but it is throwing a couple of debug errors, and I am not sure what to do to fix them, so I am reaching out for some assistance...