10,987 Topics

Member Avatar for
Member Avatar for dilip_singh3

How many tables we can create in a single MS Access database ? I m going for a multiuser project . I dont know how many tables I will have to make.

Member Avatar for QVeen72
0
142
Member Avatar for vassup

I'm trying to determine if the data in a string field is found in a list of possible strings. It needs to be an exact match. I can use a bunch of 'If' statements obviously, but is there a better way to search for a match, and then keep a …

Member Avatar for venkatramasamy
0
69
Member Avatar for plusplus

In the first column of my grid I don't want any lines between the rows(in the other columns I do want them) How can I do this?

Member Avatar for QVeen72
0
66
Member Avatar for plusplus

Here is my code, it works when I leave away the line in bold, I can't figure out what's wrong with my line in bold, I've been checking my database so many times already, can you help me [QUOTE]With gridMieter .Cols = 5 .TextMatrix(0, 0) = "Frist_id" .TextMatrix(0, 1) = …

Member Avatar for QVeen72
0
99
Member Avatar for Randika

I'm an aprentice to VB,but have a little knowledge and interested in doing experiments. What i want to know is,how to get the time difference? text1.text includes the 1st updated time and text2.text includes the 2nd updated time.text3.text must be the difference between two times. please teach me to do …

Member Avatar for venkatramasamy
0
140
Member Avatar for Pareshja

Hi Guys, I am a newbie and need some help. Is it possible to extend the message box functions to include buton "Yes to all and "no to all" in vb6 Kind regards

Member Avatar for Pareshja
0
146
Member Avatar for hawisme000

hello every1, it really makes my mind :confused: about converting sytaxes especially when converting DAO coding to ADO.. for example in making a Login form, usually you can see sample Login form in the net, but most of them is made of DAO, and i cant use DAO ,since im …

Member Avatar for choudhuryshouvi
0
74
Member Avatar for locsin

Greetings! Anybody know how to save database file into a text file. What i mean to say my program works fine to save data into a MS Access database file. I'm trying to save this file also into a text file ".txt". And also, how to extract or open this …

0
58
Member Avatar for Andre de R

I want to ad an .dll procedure to my VB application but when I try to run the dll I get the error message 453 can't find etc. The code is Private target As Integer Private solutions As Integer Private mode As Integer Private Type dealstr trump As Integer first …

0
47
Member Avatar for yogesh_vaidya12

I am trying Ms flex Grid attached with combo box. Can anyone give me source or soloution.

0
69
Member Avatar for Pim

Well I'm quite a noob programmer, but I wonder if Microsoft Visual Basic 2005 Express edition programs in .NET or in VB 6 (This might be a really silly question) Thank You.

Member Avatar for tostrinj
0
143
Member Avatar for jonwildman

Visual Basic coding for excel database - am tearing my hair out! I am trying to build a database in Excel 2002 / Windows XP. I have 5 columns starting from row B they are as follows.. TITLE/ PUBLISHER / YEAR OF PUBLICATION /DATA TYPE /ELECTRONIC /HARDCOPY /DESCRIPTION /WEB LOCATION/NETWORK …

Member Avatar for hopalongcassidy
0
157
Member Avatar for jagpreet

can anyone provide me with the script for extracting columns from a text file. the script needs to be in visual basic

Member Avatar for Diguelo
0
231
Member Avatar for pbyrne98

Hi, I'm trying to copy shapes from 1 sheet to antoher. In the first sheet there are 2 buttons which I do not wish to copy and multiple screen shots that I do. How do I build a shaperange that includes all shapes except the 2 buttons ? cheers, Paul.

Member Avatar for Diguelo
0
51
Member Avatar for anandarose

When I try to run this I get a run time error. Can someone tell me how to get rid of the error? This is due Sunday by midnight so the sooner I get help the better. Thanks, Ananda (Uh-non-duh) [code=syntax] 'Ananda Bennett '10/26/2007 GOTO [getInput] GOTO [assignRiskCode] GOTO [determineRisk] …

Member Avatar for Prozeen
0
71
Member Avatar for hiteshmacharya

Myself Hitesh having more than 4+ yrs Exp in various microsoft technologies like VB.net,ASP.net, VB 6.0, Sql server and Crystal Report. I require freelancing job in above technologies. My hourly rate is very low and I deliver quality product. Contact me for more deatils at [email]hiteshmacharya@gmail.com[/email]

0
59
Member Avatar for Magnusz

I already made the calculator, but I'm trying to also put the function used in the textbox results. Example: 2 * 2 = The function used was multiplication. Your answer is 4 I used labels to identify -, +, *, / Two textboxes to put in input. 1 textbox for …

Member Avatar for Prozeen
0
117
Member Avatar for huaywoon

Hie, i am writing my 1st programme form to automate a frequent task. Attached is my current form. 1) open a file & sort necessary details which will be saved in a designated folder in C drive. 2) show sorted files from C drive. 3) further select & segregate files …

Member Avatar for maheshsayani
0
147
Member Avatar for six888

i have a problem with my code... i use this code to open an excel and manipulate the data [code] Dim xl3 As Excel.Application Dim xl3sheet As Excel.Worksheet Dim xl3wbook As Excel.Workbook Dim FilNam As String Me.CommonDialog1.ShowOpen FilNam = Me.CommonDialog1.Filename If Me.CommonDialog1.Filename <> "" Or Me.CommonDialog1.Filename <> ".xls" Then Set …

Member Avatar for six888
0
235
Member Avatar for td5223

Hello there, Im writing a small VB application that has a lot of IO with Excel. I search through xl sheets and read cells etc. reading and writing individual cells from/to excel is very slow from VB. In order to WRITE an array to EXCEL I use a syntax that …

Member Avatar for td5223
0
192
Member Avatar for Prozeen

I've got a problem with Word. My program can open Word, put text into it, save it and close it. But if I try to use Word again (without closing my program) I get an error... Run time error '-2147023174 (800706ba)': Automation error The error that is highlighted in the …

0
82
Member Avatar for Church

// sorry i accidentally posted this in VB.Net earlier.. in case you saw it before. thought i'd make a program for fun.. although to be safe im cutting it up into many forms to save room. Anyway doing this means im going to have to get alot of the variables …

Member Avatar for Church
0
102
Member Avatar for jtwister

Hi, I want to design a web form, on which, the client may select one or more email addresses to send the form data to. I was thinking that a drop down menu would be the easiest, but I'm not sure how you tie the selections to the submit button …

Member Avatar for jtwister
0
81
Member Avatar for roopeshnp

I have Vb SQL Software I want apply it on a WAN network Is it possible.please give an explanation for me. How a WAN network established

Member Avatar for yello
0
56
Member Avatar for nuBudDy

i have a global variable that is of type date. [code] public r_date As date [/code] i use it in my program and once i'm done with a single operation,i'd like to flush away the value inside the variable.if the variable is of type integer,we can just do [code] r_date …

Member Avatar for yello
0
76
Member Avatar for jireh

Here's the situation guys, I make a program that only in one computer the data will be saved. what I mean is I put this program in two or three computers then one must be the "server"? Can you guide me how to do this... here's my code to connect …

Member Avatar for binoj_daniel
0
286
Member Avatar for zawpai

Please give me some suggestions while the code gets that error when i run it. Private Sub cmdRectangle_Click() Dim Speed, r As Double Dim x1, x2, x3, y1, y2, y3, z1, z2, z3 As Double Dim NewValueX1, NewValueY1, NewValueZ1, NewValueX2, NewValueY2, NewValueZ2 As Double If Text1.Text <> "" Or Text2.Text …

Member Avatar for yello
0
110
Member Avatar for Annex

Hello.Help me to understand. Using Immediate Window of IDE Microsoft Visual Basic,calculate values of following expressions on the base bit-by-bit operator Or. In Immediate Window I'm writting following ?2 or 3 [Enter] 3 Result is 3. Is it so? Thanks.

Member Avatar for hopalongcassidy
0
90
Member Avatar for hawisme000

elow, can any1 tell me whats the code for deleting a record in a database?? or deleting a row? my table is consist of fields.. lecID arlNumber arlLec arlPart thx in advance to,

Member Avatar for hawisme000
0
126
Member Avatar for renemejilla

The End.