Search results

  1. K

    Name maze

    Thanks for your advice GOD BLESS YOU!!!!!
  2. K

    Name maze

    I have a table with the following fields: CR NO DT FNAME LNAME ADD AMOUNT In this CR NO is Pimary key. I want to find those people whose amount totals 50000 and above. The prob is that the names are typed haphazardly, For example Jack Jill Thompson...
  3. K

    Checking Data

    I put it in the Before Update of the control , but it is not working.
  4. K

    Checking Data

    Yes it works in the forms' Before Update event. Why is it not possible in the AMOUNTs Before Update event?
  5. K

    Checking Data

    I am attaching the changes. But it is not working properly.
  6. K

    Checking Data

    The field is currency. By default it shows Rs. 0.00. If someone crosses over without entering, how do I check? Will -> If (Me.AMOUNTs = Rs. 0.00) work?
  7. K

    Checking Data

    Code: If (IsNull(Me.AMOUNTs) Or (Me.AMOUNTs = 0)) Then If MsgBox("Did you miss AMOUNT?", vbDefaultButton1 + vbYesNo + vbQuestion) = vbYes Then Me.AMOUNTs.SetFocus End If End If
  8. K

    Checking Data

    In the attached DB if someone misses to enter AMOUNTs I have written a code to check that but it is not working.
  9. K

    32 & 64 bit Access

    Thanks. GOD BLESS YOU!!!!!!!!!
  10. K

    32 & 64 bit Access

    Thanks. GOD BLESS YOU!!!!!!!!!
  11. K

    32 & 64 bit Access

    Can we install 32bit MS Access on the same PC having 64 bit ms Office installed on it?
  12. K

    Code not working

    Thanks, GOD BLESS YOU!!!!!
  13. K

    Code not working

    Code not working in accde. When I enter the REMARKS field the popup window does not open.
  14. K

    Code not working

    I have Windows 10 64bit. Your 32bit DB is not opening.
  15. K

    Code not working

    Attaching both files.
  16. K

    Converting VBA to Macro

    How to convert a VBA code to a Macro. Is there any built in facility?
  17. K

    Code not working

    When I make an accde file the VBA code doesn't work. why? How to solve the problem?
  18. K

    accdb from accde

    Can I convert a .accde back to .accdb?
  19. K

    Code not working

    In the .accdb file everything is OK. But when I make its .accde the code stops working. only macros run.
  20. K

    Code not working

    My codes are not working. Macros are working. What could be reason. Is there any stop code settings which someone has played mischief?
Back
Top Bottom