Προς το περιεχόμενο

VB erwthsh peri Recordsets kai datacontrols


apoc

Προτεινόμενες αναρτήσεις

Δημοσ.

Se ena application to opoio to exw sindesei me datacontrols me mia aplh vasi thelw se ena shmeio na eisagw stoixeia se ena sigkekrimeno record sigkekrimenou pinaka...<BR>xrhsimopoiwntas to <BR>data2.recordset.edit<P><BR>data2.recordset.update<BR>mhpws kserei kaneis pos tha to kanw?<BR>to data2 einai eidh referenced gia ton pinaka pou thelw na eisagw ta stoixeia<P>euxaristw<P>------------------<BR>What is the Matrix?

Δημοσ.

esto to table onomazetai tbl_Num kai Number to pedio pou thes na enimeroseis:<P>Option Compare Database<P>Sub InsNumbers()<BR> Dim db As Database<BR> Set db = CurrentDb<BR> Dim SomeNumbers As Recordset<BR> Set SomeNumbers = db.OpenRecordset("Tbl_Num")<BR> Dim i As Long<BR> For i = 1 To 100<BR> SomeNumbers.AddNew<BR> SomeNumbers!Number = i<BR> SomeNumbers.Update<BR> Next i<BR>End Sub<p>[This message has been edited by onLINEr (edited 16-05-2001).]

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...