158 Posted Topics
Re: show your form like this example.. [CODE=VB] Form1.Show vbModal [/CODE] if you put vbModal when showing a form, this will prevent the user for clicking other form unless the form1 is close... | |
Re: this is in VB.Net right?.... why post here?... hehe.. | |
Re: You can do this one if you like.. I dunno if the code is correct and this is what you want but you can do this.. Use adodb... Dim cn as ADODB.Connection Dim rc as ADODB.Recordset dim cm as ADODB.Command then.. cn.open "then your connection string" and then... cm.CommandText = … | |
Re: [QUOTE=abu taher;917179]here foreign key mean............? please explain[/QUOTE] Table1 iNameID AutoNumber vName (BTW NAME is a keyword that can cause confusion) iRoll Number Table2 iClassID AutoNumber iNameID Number Foreign Key vClass (BTW Class VBA Keyword) dDate (BTW Date KeyWord) Foreign Key means that it has a relationship with the primary key … | |
hi!.. first of ol sory for my bad english.... I have a problem: I want to create a database system using MSACCESS and VB6 that will be on 3 computers connected via LAN. 1. the 2 computer will be the registration section, and the last 1 will be the payment … | |
First of all, sorry coz i dont know where to post this question.. hehe... hmm.. does any one of you got any idea how will I interview any company?.. what question will i ask so i can create a system for that company?.. ill just need some question so i … | |
Re: hmm... im still a beginner but knows just a litle bit... check your TEXTBOXes PROPERTIES like DATASOURCE and DATAFIELD.... and on the ADO CONTROL, if you use MSACCESS like msaccess2003, CHECKSTRINGNAME connection must be set to jet 4.0 something like that... i hope i did make a sense... hehe.. | |
can anyone help me on [COLOR="Red"]how to create or to set a username and password [/COLOR]for [COLOR="red"]my ms-access 2003 database [/COLOR]and how can i save or [COLOR="red"]set that username and password in ADO control [/COLOR][COLOR="red"]so that i can edit that database in my vb project without opening that database in … |
The End.