Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~6K People Reached
Favorite Forums
Member Avatar for S.N.Mazumder

I prepared a simple database in ms excel. Now I want to link it with ms visual basic 6.0. I want to enter data in ms visual basic form and it will update my excel database/ spreadsheet. How to link a record in ms excel with visual basic 6.0 ? …

Member Avatar for rexgb_34
1
6K
Member Avatar for S.N.Mazumder

Hi- everyone. Good morning. I have an access data table and I designed a form in ms vb 6.0 Placing lavel, Textbox, Command button, datacontrol for connecting with ms access table. Thus I succeed and the form is showing the records from ms access table. but now I want to …

Member Avatar for Dan08
0
101
Member Avatar for S.N.Mazumder

Textbox (text1) is connected to MS Access where the lottery Number is shown. I want to find a number entering in textbox (text2). I wrote code against command1 (ENTER NUMBER FOR SEARCH). But it’s not woking. Please anyone help me. Code are below: Private Sub Command1_Click() On Error Resume Next …

0
66