Search results

  1. R

    generate chart

    Hi, Any site or tutorial for generate chart in msaccess or excel using ms access. bcz I want to generate chart which are very complicated. Thanks.
  2. R

    Adodb

    Hi, I use adodb. I try to read data from one table and add into another table. I create two recordset. now i use do while loop till eof and read data but last row cannot be insert in the table. my code is: do while not rsTestUser.eof rsTest.addnew...
  3. R

    Data Entry Form

    DataEntry Form Hi, I am sorry, my intension is not distrub u. I try upload file some how just message is shown but attachment not appear. It's shows message in status bar "Uploading file" but in post it shows only content. Yes i use unbound control and i use ADODB object for add,edit...
  4. R

    Data Entry Form

    DataEntry Form Hi, I am sorry, my intension is not distrub u. I try upload file some how just message is shown but attachment not appear. Yes i use unbound control and i use ADODB object for add,edit and delete record. I again try to attach zip file, may be i'm success now. Thanks...
  5. R

    Data Entry Form

    DataEntry Form Hi, any one can share the Add,edit and delete data in simple data entry form.
  6. R

    Data Entry Form

    DataEntry form Hi, Sorry attachment not appear in previous reply.. Please find attachment. When i try to add record the cursor not move to last record. How to write edit code? Please help me. Thanks.
  7. R

    Data Entry Form

    Dataentry form Hi, Please find attachment. When i try to add record the cursor not move to last record. How to write edit code? Please help me. Thanks.
  8. R

    Data Entry Form

    Dataentry form Hi, If u help me to create data entery form with Add,Edit,Delete and Save button. If any example it will help me lot. Thanks.
  9. R

    Report Query

    Hi, I have to write mutileple query for current month and last month etc. So how can i attach that multiple query to report. And for reduction i have to some calculation also. where i put this code. Thanks.
  10. R

    Report Query

    Hi, Please find attachment file and i want generate report in that format. I use two different table for Cost and consumption column in report. I want to find out summrize data for current month, last month and last year and also current year. There is Date column in both the table...
  11. R

    new Connection

    Hi, Using ADO how can i open access connection and handled transction in that code. I use below string but it will give me error message while i'm commit or rollback trans. CurrentProject.Connection.BeginTrans rsCosts.Open "select * from Costs", CurrentProject.Connection...
  12. R

    Table Row transfer

    Hi, I have two table in Test.MDB. First table name is Master and second table is MasterDetail. I want to copy all Master table row in to the MasterDetail table. It's like when user click on Transfer button it should start row transfer from one table to second table. How i do this task. Thanks.
  13. R

    Export data

    Thanks. Thank u very much.
  14. R

    Export data

    Hi, I want to export data from One Test.mdb access file to another Original.MDB access file using form. I show form with one button and button name is Export when user click on it. I want to start exporting data form Test.MDB to Original.MDB file. How can i accomplish this task. Thanks.
  15. R

    Reports using Two query

    Hi, sorry bewlo post no show well format report. Pl. find attacment.
  16. R

    Reports using Two query

    Hi How to generate below format report?How i write query? I have single table which keeps all below data. Monthly Last Month Last Year Units Current ($168/MWH) ($176/MWH)...
  17. R

    Reports using Two query

    Hi, I want generate summrize report with current month and previous month compersion. I take current month data as parameter. but how can i calculate previous month using this parameter in query? or i might be go wrong way.please help me how can i generate summerize report for current month...
Back
Top Bottom