Search results

  1. K

    Table in Report

    In middle of a report if I want to display data in tabular form, how do I do it? Is there a predefined tabular structure whose rows can grow and shrink according to data content?
  2. K

    Mailmerge

    In the attached db when I click on the SEND button the data of that particular record should go to MM.docx. How to do it?
  3. K

    Validation

    In the attached DB I-00002 has allocation "travel" typed twice. I want to validate so that allocation name is not repeated. How do I do it?
  4. K

    Shift Start

    What is the benefit of pressing the Shift key and starting Access database?
  5. K

    Backup file

    When we copy a .accdb file or overwrite a .accdb file a backup file is immediately created. Is this an Access feature or some other software?
  6. 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...
  7. 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.
  8. K

    32 & 64 bit Access

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

    Converting VBA to Macro

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

    Code not working

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

    accdb from accde

    Can I convert a .accde back to .accdb?
  12. 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?
  13. K

    Locking a table

    If I don't want anybody to delete or change data from a table. How do I achieve it?
  14. K

    Comp & Rep

    How to Compact & Repair back-end from front-end through code?
  15. K

    Progress Bar

    Is it possible in Access 2013 to display a progress bar while a form is being loaded.
  16. K

    Entry Tip

    Is it possible in Access 2013 to have an entry tip (like a tool tip) which will be displayed as soon as one enters a text field to enter data? The tip will inform what kind of data is required to be entered in the field.
  17. K

    Date Check

    In the attached DB I am entering dates in the pop up form. If date is less than today it asks whether date is correct. If I say NO I want cursor to remain in the DT field. For this I have written a code Me.DT.SetFocus. But it is not happening. Please guide me.
  18. K

    Replication

    Replication of DB has been totally eliminated in Access 2013. Is there any substitute for it?
  19. K

    Dates

    In the attached DB I have to enter dates in the field REMARKS. I want to ensure that the dates are entered in the format dd-mm-yy and that the date is not less than today's date. How to achieve this?
  20. K

    Saving in table

    In the attached DB when I type allocation the Dept. automatically appears. But I also want DEPT in Tbl_ALLOCATION-I to be updated simultaneously because all my queries are based on this field. How to achieve this?
Top Bottom