Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Interests
Programming VB6, HTML, CSS, VB2010
PC Specs
Dual Core - 2 Gig Memory
Favorite Forums
Favorite Tags
Member Avatar for NewCoder_31

I have underconstruction project and my table is made via VISUAL DATA MANAGER, and Im using the DATA CONTROL OBJECT as my connection...Surprisingly, this error appeared when I click the button where I am calling a form that is connected to the database....What's the cause of this error?......Please Help....

Member Avatar for NewCoder_31
0
138
Member Avatar for NewCoder_31

Hi, I am working on my project and your HELP guys is really appreciated. I have a STUDENT NUMBER textbox, and what I want is when the form is open, IT WILL AUTOMATICALLY ASSIGN student number so that the registrar will not bother anymore to encode the student number...Is this …

Member Avatar for Reverend Jim
0
173
Member Avatar for NewCoder_31

I have a LogIN form - usertxt and passtxt and a button, and what I want to know is how to call the values of the fields user and password in the database access to open the MAIN FORM..I am connected using DATA1.RECORDSET..Is it possible instead of using ADODC?....

Member Avatar for Aslam Mansoor
0
3K
Member Avatar for NewCoder_31

I have a textbox, and what I want to do is to AUTO CONVERTI NUMBERS ENTERED IN TEXTBOX with a two decimal values?....Is this possilbe guys?....Example: 2 textboxes A and B, after entering 1222 to textbox A, it will automatically change to 1,222.00...Help here will be highly appreciated...Thanks

Member Avatar for NewCoder_31
0
206
Member Avatar for NewCoder_31

I have a program, and what I am thinking to add is the printing feature...I used the MS WORD connection to connect vb texboxes to msword receipt template i made, and it works fine....Is there any other way for this without exiting vb like i did?....Is there any approach for …

Member Avatar for ddanbe
0
93
Member Avatar for NewCoder_31

Hi...I created a project using VISUAL DATA MANAGER TABLE as backend...However, I observed in the database, I have no access in other commands / buttons such as Save or Save As....Is there an easy way to convert VM table to other Access version such as 2000-2003?

Member Avatar for Hamza Saleem
0
219
Member Avatar for newvbee

Hello, I'm very new to visual basic ver 5.00 . and I need help please. I have ms access '97 database with three tables. I created a form using form wizard , and it has a data control included. How do I enter data through the datacontrol to my tables …

Member Avatar for NewCoder_31
0
354
Member Avatar for johnchristian.pagnes

Can someone please help me ? I made a button named "Open" for Visual Basic 6.0 , and i would like to execute/open Microsoft Access 2007, can someone please help me ...

Member Avatar for NewCoder_31
0
233
Member Avatar for akuikhwan94

This is my code Dim dblPrice As Double = 0 Dim dblTotal As Double = 0 Dim strTotal As String dblPrice = CDbl(txtPrice.Text) intQuantity = CInt(txtQuantity.Text) dblTotal = (dblPrice * intQuantity) strTotal = Format(dblTotal.ToString("N2")) If chkDessert.Checked = True Then strTotal += 5 End If If chkDrink.Checked = True Then strTotal …

Member Avatar for NewCoder_31
0
472