Search results

  1. Reshmi mohankumar

    Barcode printing

    I am going to print barcodes of my data for that I used( 3 of 9)font it generates barcodes but I can't read through device. Will please suggest me . or will have any free barcode fonts?
  2. Reshmi mohankumar

    how to call table value

    i want to call company name from the table to form it is showing that #name? error. will suggest the way to get the value???
  3. Reshmi mohankumar

    Not going to filter negative currency value

    I tried to get all negative currency values by conditional formatting <0 . but it shows all positive values only. plz suggest me the way to resolve this.
  4. Reshmi mohankumar

    Key requires to Opeing a Access file

    Can't we use database table value comparison with that text file ? If where the value of the database data and text file data will match then access file should run, else quit the application with message.
  5. Reshmi mohankumar

    Key requires to Opeing a Access file

    above said notepad file contains a DB opening verification key.
  6. Reshmi mohankumar

    Key requires to Opeing a Access file

    User verification is within the database is depends on the users table, but i need system verification to opening database should be verified by a notepad file.
  7. Reshmi mohankumar

    Key requires to Opeing a Access file

    I Want to run my access file with reading the key in notepad file(notepad file path will route by me). if notepad file doesn't find then quit the application..will any suggest the way to solve this on opening form on load event??
  8. Reshmi mohankumar

    Auto Fill of a table values

    Yes you're got my point, but I don't have any values on main form, but all operators should fill them selves in sub form when I open that main form.
  9. Reshmi mohankumar

    Auto Fill of a table values

    I just want that tbl_operator values to be placed in frm_closevalve form operator field without selection through combo box, and remaining date, opening, closings I will input.
  10. Reshmi mohankumar

    Auto Fill of a table values

    At present I used combo, but I need a whole column data from a table to sub form and those rows are automatically previewing and I will enter some related data to respective rows. Did you seen that uploaded image ?
  11. Reshmi mohankumar

    Auto Fill of a table values

    Rather than selection of Operator column in a sub form , to pre-show all the Operator column data in every new data entry. imgae will help to resolve.
  12. Reshmi mohankumar

    Parameter pop out why?

    I observed what u said. But it pops out at all calculate Fields . And if I hit ok for all pop outs , calculations done nicely. How can I prevent those pop outs?
  13. Reshmi mohankumar

    Parameter pop out why?

    i am getting parameter pop outs for below query!, will any body find out where it occurs? SELECT DISTINCTROW Sum(Nz([SumOfPURE])) AS RCPT_PURE, Sum(Nz([SumOfMC])) AS RCPTMC, Sum(Nz([SumOfST_AMT])) AS RCPTST_AMT, Sum(Nz([SumOfPAYPURE])) AS PAY_PURE, Sum(Nz([SumOfMC_AMT])) AS PAYMC_AMT...
  14. Reshmi mohankumar

    Placing into a respective row cell of sub form

    i need to put the below text box value in to above subform LESSWT field , and this will be repeat for each row of a above subform. will you plz help me...??
  15. Reshmi mohankumar

    Placing into a respective row cell of sub form

    this will show you how i want to copy the value from main form to a perticular field in sub form
  16. Reshmi mohankumar

    Placing into a respective row cell of sub form

    Yes , your right. I need runtime calculate for each row
  17. Reshmi mohankumar

    Placing into a respective row cell of sub form

    Yes , attachment give you relationship
Back
Top Bottom