10,989 Topics
| |
i have 2 table table1 have itemno, qty1 // many item (sum if) table2 have itemno,qty2,qty qty = sum (qty1) i want write value sum of qty1 into column qty in table2. how to code for this statment, what is declaration for open database and record then edit ot update? … | |
Hey if you have any questions on 2D or 3D Visual Basic Programming ( Mainly involving Graphics ) let me know, I know a few tricks. Thanks | |
hi i am bond, i am a newbie to this website.i got a project in visualbasic in which i have to complete it in 3 months.pls help me which software is the best to work on it. | |
Query = "select * from table2 where number='" + Text5.Text + "'" Rs.Open (Query), Conn, adOpenStatic, adLockReadOnly Hi, If "number" is defined as Auto number in Access database, second line generates an error. If "number" is not defined as Auto number then, no problem. What can i do? Thanks | |
is it possible to change the color of the form's border usually when form is active it's blue and when inactive it's a little lighter I want it should seem active even when it's not | |
Hi guys this is my first post on DaniWeb, I have searched for help on here for hours on hours. I am the webmaster at my high school and I have been given the project of making a Book Depository for one of our departments, one that would do the … | |
I am using the code below to open the printer selection screen. when using it an a network I have to unload my program after making a selection and then restart my program for the printer selection change to take effect. any ideas on why this is happening? it used … | |
I formatted my computer and I want to install the visual basic 6.0... I can’t install it using my installer... I’m enjoying making programs and of course experimenting… hehehe… So I just wanna ask... If there’s any possible website where I can download to install visual basic??? Thanks and more … | |
Reading from text files........I have to read in a file which contains the list of all service calls to be done today, the calls have to be assigned based on how far the area is in the 10X10 grid of the sector, assuming the office is in the middle say, … | |
hi, I am a beginner of visual basic programming. I know form designing and can write the source code also.But i would like to know how can i store my data in the project or programming.Means how to create and use databases in VB. Please give me the reply as … | |
Hi everyone, I am attempting to access a database that is located in a shared server/ directory "K:\". Assuming I don't know where the database is located, how can I programatically tell vb to locate this database by searching all the network server directory? My database name is called: `PTS.mdb` … | |
i designed a form that has labels on it that you are expected to insert value (Alphabets and Numbers) an then it will do a calculation and give you a result on that page this page contains about 200 -250 labels i want to make a "save" menu that will … | |
I have made a report in Crystal Report, fetching records by SQL Query from ODBC Datasource. The query is taking too much time and error is comming after 50 seconds that timeout expired. What would be the problem ?? | |
I've just started a new job two weeks ago, and as a first project I want to create a VB stle front end that will be used to co-ordinate documents in a control room. Looking for some help as I want to work on this next week so I can … | |
Hi, I Hold a MS degree in Information Systems and I work in a University as a turore, I am to tutore visual basic 6 for next semester, I sont know where to start? I dont know anything about VB. I know Pascal, fortran, and C++ but I have no … | |
Hi, I use VB6 with Access. I have 4 records in my DBF file. When i do Recordcount, it says that i had -1 record. Why not 4? Help please Thanks Dim Conn As New ADODB.Connection Dim Rs As New ADODB.Recordset Dim Query As String Private Sub Form_Load() Conn.ConnectionString = … | |
I was wondering what i would have to do if i wanted to Write a program in Visual Basic but wanted to do some calculation(as to make it quicker) in C? Like say i wanted to fine the average of.. bah a few hundered thousand numbers in an array. So … | |
Hey, I was programming in excel VBA environment and i came across the need to mail a sheet out of the worksheet using the default mail client, but i am not seem to be able to attah the worksheet in the file. Any Help will be greatly appreciated Thanks | |
I want to link worksheets but i seen to be failing,please help.Am using exel VBA | |
I m working on a multiuser VB project using MS Access as Backend Database. I wanted to know that through VB coding, how to know that any other user is currently accessing the MS Access DATABASE . | |
HI I have created database with ms and linked it with vb6 user interface.But i have a problem linking or loading pictures to the records.I need help on how this can be done,and if possible how pictures can be loaded with it's corresponding data into the database at runtime. Thank … | |
Hi, I would like to use VB to access a field in MS Access db which contains an article but I only want to retrieve a select sample from each article not the whole article. Any ideas Thanks Richard | |
I m working on a VB project with MS SQL SERVER 2000 as backend database and Crystal Report 8 for Reports. The problem is : When showing a report, after some moments error comes as Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC SQL Server Driver]Timeout expired When I click … | |
Hi, I need to build an MS Access database and include abstracts and articles. I then need to retrieve this information using Visual Basic. I would like to design it so that when someone types in a word in a search facility then relevant info would appear just like in … | |
i am using vb6.0 and crystal report11 and MS ACCESS database how to create a crystal report at run time from a vb form i dont have any idea regarding this please give some suggestions or code would be very helpful to me | |
Hi This may seem as a trivial question, but I'm new to VB so please bear with me. I'm writing a form to control one worksheet as a database. On PC, I used the ControlSource property of every textbox to bind it to a field in a record. [B]On Mac, … | |
Friends. I need to do a program that intercept a job printer, and depending of numbers to page to print, enable o delete the job. Somebody know how to do? Thanks ! JAOR | |
Newbie question. I want to simply have a form with several command buttons, that when I run the prog, i can click on them it will open either a word document or an excel spreadsheet. (These must be editable and savable) I need to know the actual code for the … | |
Is it possible to display report in Visual Basic which is created in Microsoft Access? We developed a databasep applicaton that uses Access database. but one of the cross tab reports is difficult to develp in VB , but could develop in Access. Now I want a way to call … | |
Hello All, I'm new to this community and new to VB as well. I was just wondering if anyone can help me in writing a coding. It's like if I click a command button, it should login into a remote desktop machine. I have no idea on this! |
The End.