I have written a program that access's data from sql and it seems to work fine, I have now installed sql to the live server and restored a copy of the data in to the new server. I have altered the connection string in the program to point to the new server yet when I compile and run it it still wants to look at the old server
I am trying have a data grid selection populate a form. I am new to this.Basically I have a connection persistance object and I would like to call that and call a stored procedure with the value of the selection. The datagrid is bound to an object.
i'm trying to insert data from Form about customer and i have the following [code]but the underlined line above is giving me error that says"Data type mismatch in criteria expression" how can i sole this problem?
my windows service crashes because of an unhandled exception in an oledb select command on ms access, i found that tables in query contain #Error as data value in some fields , can anyone tell me how to handle this case
I wish to create a stored procedure with multiple select statements. In addition, I then want to access each of the statements on the page load event. The purpose of the statements is to create multiple 'counts', and a number of labels on the page will each contain an individual returned count. At the moment I have created a basic stored procedure with two select statements:
CREATE PROCEDURE [dbo].[Finance_CustomerCount] AS SELECT COUNT(Quote_ID) AS Count1 FROM dbo.generatedquotes WHERE (status = 2) AND (Contract_End_Date >= GETDATE()) OR (status = 4) OR (status = 7) OR (status = 1) SELECT COUNT(invoice_id) AS Count2 FROM dbo.invoices GROUP BY invoice_open HAVING (invoice_open = 'Y') RETURN
I can then access the result of the first select statement by using this code: Dim newconn As String = Session("ConnectionString") Dim connection As New Data.SqlClient.SqlConnection(newconn) Dim MyCommand As Data.SqlClient.SqlCommand = New Data.SqlClient.SqlCommand("Finance_CustomerCount", Connection) [Code] ....
So what I basically need to know is, how do I access the second select statement result set for another label.
I have this form: Attachment 73106 In this form,I want to fetch data from the database(access). Initially when the form loads,the balance field remains disabled. But when i select a data from the dropdownlist of the account number then i want the corresponding data of the balance field from the database is shown in the balance filed of the form and the textbox becomes enabled since it is containing the data. I did this at the form load event:
i'm new to vb.net. i'm using visual studio 2005 windows application vb.net language. i'm doing a company project and using MS access database. i want the user to add data about the new customer and save it to the database.i used the followinf
i'm using visual studio 2005 windows application vb.net language. i'm doing a company project and using MS access database.i want the user to add data about the new customer and save it to the database.i used the followinf
vb.net Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
i am using Access 2003 and vs2005,i am trying to add data to my crystal report from my access database,ok. So to do this i followed these steps: Now after all these steps,how to add the column names of the table "Table1" in my crystal report?
Is there a need to explicitly close the connection in this Microsoft Data Access Application Block for .NET? i am encountering timeout expired pooling errors in the sql server 2000. I am wondering if the unclosed connection is the problem
I've got a program where the insert/update SQL was created with the values coded directly into the SQL string. I've changed this to use the Command's Parameters.AddWithValue method and all worked well. I'm now in the process of separating the data access code out into it's own class. I've got the Select code working using a DataSet in the form that I pass ByRef to my data class so it can populate or refresh it. My sticking point is in how to pass the parameters for the Insert/Update commands to the class since from the form I no longer have access to a Command object. Do I need to make the Command object in the data access class available to the form?
I have some code that retrieves some data from multiple tables.This works fine.Now I want the data I retrieved to ADD to an excisting table in an Access 2003 DB.
How can I achieve this.I searched this forum and google...without succes :-(
The code I use to retrieve the data from sql server 2005: Dim connection As New SqlConnection(strConnectionStringSQL)
here is the situation i am using the combobox with the databound dataset..i produce two combobox for that one field because i need to display the selected data in separate tabs... the combobox 1 is working perfectly i can select all data i want to but in the combobox 2 i can only see those data and when i select data on it, it will not display the selected data.. it still remain on the previous displayed data...
I set an ampersand sign in from of a Radio button text. However the I could not select the radio buttons unless I used the mouse. In other words the shortcut setting is not working for the Radio button
using the above for numbering in richtextbox, how I can trace if the cursor is in the selection.start which is in the place where numbering is there...
where I want to use the Select All and Deselect All CheckBox. There is no Visual Studio installed there. They want everything in Access. Visual Basic is not installed, it is within the Access interface. Is there a way I can use VB code to have a Select All and Deselect All option. I dont want any code. Just want to know if it is possib
We are thinking about changing our current database system, MS Access 2007 front end and MS SQL Server 2005 backend to using a higher level language such as Visual Basic .Net. I wonder if this is the BEST solution for data management? Currently, among others, we have two big database programs that handle more than two hundred users and it's crashed often. That's the reason we think about changing to something that can handle these database programs effectively preferably using MS technology such as .Net.
I'm looking at modifying an application we use in the office, the program links to the phone system and allows us to cross caller ID with our database and dial numbers from the database.What I'm trying to work out is how to add a selection to the generic windows right click menu. ie I want to mark a phone number in say ie or word and 'right click' and be able to click 'dial' from the menu. What are these menu's called and can i access its components from VB?
I'm making a datagridview, and I want to remove de cell selection border.
I tried to put these:vb
Private Sub dgvL_CellClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles dgvL.CellClick dgvL.DefaultCellStyle.SelectionBackColor = dgvL.DefaultCellStyle.BackColor dgvL.DefaultCellStyle.SelectionForeColor = dgvL.DefaultCellStyle.ForeColor
Using OpenFiledialog I can access a file. Is there a way that I can include a specific file in the code? This would allow me to access the file directly without the selection process and the application would always use that same file.
I am creating a document control system for standard operating procedures (SOP) in MS Access 2007. I have just started an online VBA class and have moderate MS Access 2007 experience. This thread is very detailed and lengthy.I have the tables set up and forms created for CREATE, SUPPLEMENT etc. I need to create a user interface so that when they open the database it pulls up a form that has buttons for "Start New SOP Process" and "Modify Existing SOP Process". Every step of writing an SOP is dated so that management can have outputs for target measures (to see why it takes so LONG to write an SOP from start to finish). After the user selects "Start New SOP Process" or "Modify Existing SOP Process" I am trying to have a Combobox appear with a drop down box of change types: CREATE, SUPPLEMENT, and REVISE.
Primary Key Explanation:Each document has a 3-part number comprising a 3-part PK. 1.001v1.0. Where 1 is (1-6) identifying what type of SOP: Document Type,.001 is the Document Series (a sequential number for each type of equipment--the 2nd SOP written for a document type 1 would be 1.002v1.0) and v1.0 is the version.
For example, lets say Document Type 2 indicates field equipment. The very first SOP written for a piece of field equipment would be 2.001v1.0. If a supplement is made to the SOP for that same piece of field equipment, then it becomes 2.001v1.1, if a revision is made to that same piece of equipment it becomes 2.002v1.0. If we buy a new piece of field equipment it would be assigned SOP document number 2.003v1.0.
After a document is changed (any part of the 3-part number is changed) the previous record is put into an archive table so that the technicians/general public have access only to the most recent version of each SOP. I am going to store them on Sharepoint with an Archive Folder and an Active Publications Folder and a link to the document is provided in the database. However, while a document is being modified (going through the SOP process of reviews and drafts) the users are going to need access to the previous version until the most recent version is approved (maybe I could have the document be archived upon completion of the Document Link control).
For each Combobox option I need a different "On Click" command to open the associated forms for each "Change Type". I have the necessary forms already grouped (using subforms and tabs) for each change type: CREATE SOP (has all of the forms needed when creating an sop), SUPPLEMENT SOP (has all forms needed when supplementing an sop), REVISE SOP (all forms for revising). I am trying to use If Then statements for this...
The modify part is the simplest. I think the Combobox for the "Modify Existing SOP Process" should consist of "Change Type" (CREATE, SUPPLEMENT, REVISE), "Document Type", "Document Series", and "Document Version". I want the "Change Type" to open up the correct group of forms with "Document Type", "Document Series", and "Document Version" finding the existing record that needs to be modified (i.e. so that the user can add dates for completed activities as the SOP process progresses: draft revisions, reviews).
The "Start New Process" is even more complicated. Each change type does more unique event procedures than just opening the forms (which I can't even figure out to begin with!!). The Combobox would still be "Change Type" (CREATE, SUPPLEMENT, REVISE), "Document Type", "Document Series", and "Document Version". However the following is what I am trying to do for each "Change Type":
When "Create" is chosen from the Combobox it will find the next record in the document series by the user selecting the correct "Document Type". I would like to add a formula so that it adds .001 to the previous record (giving the next sequential number), and force v1.0 to be entered and not able to be modified, since a newly created document can only be version v1.0. Then it would open the "CREATE SOP" form (all forms associated with "Create" compiled on one form by tabs and subforms--I already have this complete for each "Change Type") and require the user to fill out all document information controls (title, description, etc) before closing.
When "Supplement" is chosen from the Combobox it will find the most recent record by the user's input of Document Type and Document Series. I would like to add a formula so that it adds .1 to the previous Document Version. Then it would open the "SUPPLEMENT SOP" form. It would be useful if the fields for the document information controls (title, description, etc) were appended to this form but it is not necessary.When "Revise" is chosen from the Combobox it will find the most recent record by the user's input of "Document Type" and "Document Series". I would like to add a formula so that it adds 1 to the previous Document Version and forces the decimal value to be 0 (revise and create change types have to end in a "0"). Then it would open the "REVISE SOP" form. It would be useful if the fields for the document information controls (title, description, etc) were appended to this form but it is not necessary.Additional buttons I would like to have on the Main Menu Form--opened when the database is opened (includes "Start New SOP Process" and "Modify Existing SOP Process") would be:
"View All Publications" where a user can not edit anything, just gives them access to the current "active" SOP links. It would be a complete list of all of our SOPs. I think I could use a query "Retire" which would put an SOP into the Archive table/folder on Sharepoint. This would be useful in addition to the automated retiring of previous version in case we discontinue use completely of a peice of equipment or administrative procedures (yes we have SOPs for EVERYTHING!!)"Target Outputs" which would be a report showing the timeline of the SOP process so that management can see where we are spending too much time (my vote is for the design of the document control system!!)"Maintenance History" which would show all previous versions for each piece of equipment and administrative procedure."List of Archived SOPs"which would show all of our inactive SOPs, for the Quality Analysis/Quality Control person's benefit.
When I clear my form, I am trying to clear the Month Calendar of all selected dates. Using this code clears everything but the Selection Start Date, I would assume there would be a way to clear this, Refresh doesn't work, and I can't seem to find anything else.
Public Sub clearScheduleControls() Me.MonthCalendar1.RemoveAllBoldedDates() Me.MonthCalendar1.UpdateBoldedDates()
I have a program that reads a database file(.csv or.Txt) then allows user to select data from 6 different comboxes and taext boxes are then populated based on the selection made from combobox
I would like to be able to give the user the option to save their settings so next time the program is open it will connect to the same database as the last connection and also have comboboxes go to the last selection Do I have to create a save setting value for each combobox? and the connection string?
is there a simple way to just save everything? so when the program is open it goes back to the last time it was open.
I have a combo box and a subform that uses continuous forms format. When Combo box changes, the subform POINTER points to the correct record. How could I at the same time highlight (change color) of all the fields in the selected record?
I have a calculate function that adds twenty text boxes together a+b, etc... 20 +20, B changes value when a selection in combobx is changed, how can i make the calculate funtion work up selection change in combobox ? You would think the selection change or index change , but that doesnt work because the tetbox doesnt actually get the new value till after the combo selection is made, so you actually have to go and make the selection twice I know i can put the code in the textbox value change , but i dont want to do that for 20 text boxes and i am assuming there must be a BETTER way?