hi rose,
first off all thanks for ur mail
allow edits = yes
allow deletions = yes
allow additions = yes
i tried this also
Set rs = New ADODB.Recordset
With rs
.CursorType = adOpenKeyset
' .CursorLocation = adUseClient ( both tried)
.CursorLocation = adUseServer
.LockType = adLockOptimistic
End With
rs.Open "SELECT * FROM tblCO WHERE strCO = '01' ",
CurrentProject.Connection, , , adCmdText
Me.DataEntry = True
Set Me.Recordset = rs
but no use. no blank controls for addition.
*** all permission are ok.
*** there r 2 sql server one is main and another is on my local machine. i
m trying *** this for my local machine server and i have granted all
permissions for main *** domain login account. i do have local sign on
...... is this problem?
is data entry mode working in adp like mdb? really i do not know. can
u/some body pls help me on this.
thanks and regards
> Hi Ashfaq,
>
[quoted text clipped - 16 lines]
> > thanks and kind regards.
> > Ashfaq Parkar
Ashfaq Parkar - 29 Mar 2006 08:51 GMT
hi rose,
i got the answer. every thing was right only because of the PK was not
defiened in the table data entry mode was not working, hence getting plane
form without controls.
it means u must have at least 1 PK field in the table. without it u can view
only not add or update.
Ashfaq Parkar
> hi rose,
> first off all thanks for ur mail
[quoted text clipped - 51 lines]
> > > thanks and kind regards.
> > > Ashfaq Parkar