P
PANCZO via AccessMonster.com
HI!
I have a problem...
I try to bind XML data to (unbound) form
so, on Load:
Dim rst As New ADODB.Recordset
On Error Resume Next
rst.Open "pathtomyxmlfile", "Provider=MSPersist;", , , adCmdFile
If Err.Number = 0 Then
Set me.recordset = rst
End If
And I see data on the form (I cut code with sets controlsource)
, but I can't modyfy and add new records.
Any solutions?
I have a problem...
I try to bind XML data to (unbound) form
so, on Load:
Dim rst As New ADODB.Recordset
On Error Resume Next
rst.Open "pathtomyxmlfile", "Provider=MSPersist;", , , adCmdFile
If Err.Number = 0 Then
Set me.recordset = rst
End If
And I see data on the form (I cut code with sets controlsource)
, but I can't modyfy and add new records.
Any solutions?