No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
my function same like u,but why my textbox can't display data.. my entire coding is like that: Private Sub cboItem_LostFocus() Dim rst As New ADODB.Recordset Dim sql As String sql = "select ItemID,ItemName from Item where ItemID='" & Val(cboItem.Text) & "'" rst.Open sql, conn If Not rst.EOF Then Text1.Text = …
i have 1 msflexgrid. in column two, i want to set the data for integer value and 1 decimal places.how to set this column? anybody can help me... i'm using visual basic6
i have a problem with msflexgrid. in msflexgrid, i have 7 columns and 10 rows. i insert data into 2nd column 1st row, and now my problem is; after insert data and click tab, i want the data(2nd column 1st row) will be automatic display in same column but in …
i'm new programmer. can u help me , how to retrieve data from database(access) and display in combo box. the value in combo box will automatic display into text box example: dtbs=office.mdb table name= item field name=itemID,itemName itemID=M1; itemName=modem itemID=M2; itemName=repeater i want this combo box display all itemID in …
The End.
snta