No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
- Interests
- Programming VB6, HTML, CSS, VB2010
- PC Specs
- Dual Core - 2 Gig Memory
9 Posted Topics
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.... | |
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 … | |
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?.... | |
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 | |
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 … | |
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? | |
Re: try this.. 'click first your data control object, in the properties section of your data control, locate the DATABASE NAME, and find using the (...) symbol...Next on the RECORDSOURCE, Select the DATACONTROL NAME you had...ex.DATA1...Last on your textbox, select the DATA FIELDS APPROPRIATE in every textbox our had...and that's it..you … | |
Re: Shell("C:\Program Files\Microsoft Office\Office14\MSACCESS.exe",vbNormalFocus) | |
Re: 'i do a simple version for that, it goes this way 'assume that you want to view your answer in text1 text1.txt = formatnumber (Val(text3.text) + Val(text2.text)) |
The End.