Am trying to create a three col datagrid.which the user will input values in the 1st and 2nd col. But the third col... i want to make a calculation base on the value being inputed in col 2.
E.g
If i have 2 in col 2. col3 will automatically calculate 1+2+col2, then input the ans in col 3.
Pls. how can i go about this.
User Profile
Collapse
-
I need help concerning datagrid
-
Using VB6.0 to import Excel files
I have a Project at hand "Importing Excel files into a VBA" but i dont know how to go about it. Please can someone put me through. Though i tried Importing wizard but am not getting the result i wanted. Please what do u suggest. -
This Code give a wrong argument pass. What else should i do?
I am quite new to VB6.0. Now am trying to create a connection to NWIND.mdb. But each time i run my program i keep getting error in "Wrong argument passed"
the below were what i wrote in my MODULE
Public cn As ADODB.Connectio n
Public Function dcn()
Const DBpath = "C:\program files\microsoft visual studio\vb98\nwi nd.mdb"
On Error GoTo err_handler
Screen.MousePoi nter = vbCustom...
No activity results to display
Show More