thanks for the immediate response. Moveprevious now works but not with addnew. Same error message occur even i use the code you had told me.
please help. thanks.
I'm using VB 6 and Access 2000
An error occur when i'm adding a record. same thing with movelast and moveprevious.
Set rsCmdty = New ADODB.Recordset
rsCmdty.Open "select * from Data", "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=...
I want to produce a report that could span to multiple pages using columnar kind of report. Is it possible? if yes, please help me. Thanks in advance.
To further clarify the question...I want to have a report that looks like this.
Field1 Field2 Field3 Field4 Field5 Field6 Field7 Field8...
could anybody please help me on how to delete a specific field in a Table.
I had tried this code...
Dim cat As New ADOX.Catalog
cat.ActiveConnection = _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=d:\sample.mdb;"
cat.Procedures.Delete...
Can anyone please help me...<br><br>1. on how to put the "total" at the first row. <br> <br> total row1 row2 row3<br>column1<br>column2<br><br>The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.