Search results

  1. Reshmi mohankumar

    error 3129

    thank you i got cleared and got succeded, application completed. Thank you everyone for supporting.
  2. Reshmi mohankumar

    error 3129

    dayend field is true/false dayenddate is date/time transactiondate is date/time openingdate is date/time fields
  3. Reshmi mohankumar

    error 3129

    this is what exactly i am getting error
  4. Reshmi mohankumar

    error 3129

    Dim dayend, stock, upd As String dayend = "insert into tbl_dayend(dayend,dayenddate) values ('1','" & txtnxtdt & "')" stock = "INSERT INTO Tbl_stonestockopening (stonesubgroup, stonename, size, closinpcs, closingweightcts)" _ & "select stonesubgroup, stonename, size, clspcs, clswt from...
  5. Reshmi mohankumar

    Filter not to be happen

    yes, im filtering a query which collecting data from main table. date is column , which some times no need to filter and sometimes to be filter in a range depending upon a checkbox selection. i already using below DoCmd.OpenReport "rpt_pend_issue", acViewPreview, , "[pending]=true and...
  6. Reshmi mohankumar

    Insert current record on a form to another table using cmd button

    first you need to write a code under your command button as dim sql as string sql="insert into Customer_table(IDnumber,name,surname) values ('" &textboxname & "','" &textboxname2 & "','" & textboxname3& "')" docmd.runsql sql yoursubformname.requery above referenced textboxes are named in...
  7. Reshmi mohankumar

    Filter not to be happen

    hi, i wish to filter date column where checkbox is false, if checkbox is true the filter should not be happen (or) all dates to be select .
  8. Reshmi mohankumar

    Question How to raise random ID?

    If simultaneously using many users of single database, If all of them working on same form, i needed the unique ID that mixture of date and random ID(which creates randomly different from each user) and data is temporary . after i save them in to database with reference if randomID. But randomID...
  9. Reshmi mohankumar

    Bulk sms Code

    Hi friends, I am going to do send messages to mobile numbers of particular columns of a table via VBA . So any of you share the VBA code will help me to opt . for this i have provider and login also. Thank you .
  10. Reshmi mohankumar

    Question how to import

    How to import Queries, Forms, reports, classes from accde to accdb??
  11. Reshmi mohankumar

    .datawait file type

    Hi I just recovered a .jpg file from virus, but the same process for next image its not working, but if i randomly one after another somewhere its works, but in between files are still encrypted. So any will help me to resolve by using recovered file?? Thank you
  12. Reshmi mohankumar

    .datawait file type

    can we convert accde to accdb ?
  13. Reshmi mohankumar

    .datawait file type

    yes, i have anti virus and i cleaned the whole drives, but office files are not going to opening....!
  14. Reshmi mohankumar

    .datawait file type

    it says unrecognize file type. how can i decompile that file? while trying to decompile i am getting that message like unrecognizable file type.
  15. Reshmi mohankumar

    .datawait file type

    ----------------------------------------------------------- It worked for changing the file type, but i cannot open the file , Do needful, thank you.
  16. Reshmi mohankumar

    .datawait file type

    Tried it, but saying unrecognized database format .
  17. Reshmi mohankumar

    .datawait file type

    Dear Developers, I ran in to a virus problem of my all office docs including access files. The problem is all my files and docs has been renamed to filename.filetype.datawait And i dont know why it happened , any solution please help me. thank you
  18. Reshmi mohankumar

    Form on local web page??

    Cant we run a access form on local web browser? that acts as add, delete, update etc..
  19. Reshmi mohankumar

    Creating print labels

    For only active data you need to write a query (if you cant create post fields names and data types we will help you) and design a report on that query without report headers and footers, you just remove the layout and data labels while report design. and report attributes is your label size...
  20. Reshmi mohankumar

    how to fill values in access browser

    Access browser means web browser on form
Back
Top Bottom