158 Posted Topics

Member Avatar for Agent-of-Chaos

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...

Member Avatar for Agent-of-Chaos
0
102
Member Avatar for ITTOBE
Member Avatar for abu taher

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 = …

Member Avatar for jhai_salvador
0
121
Member Avatar for abu taher

[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 …

Member Avatar for johnly
0
99
Member Avatar for jhai_salvador

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 …

Member Avatar for debasisdas
0
137
Member Avatar for jhai_salvador

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 …

Member Avatar for jwenting
0
79
Member Avatar for neerajpareek

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..

Member Avatar for abhishek_jammu
0
166
Member Avatar for jhai_salvador

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 …

Member Avatar for choudhuryshouvi
0
229

The End.