Search results

  1. A

    Default value of a date field in sub form

    I Have a form with sub form I need to have a date field in the sub form to get its default value from an unbound control in the main form . How to do this task please
  2. A

    Hide Access Window on non PopUp form

    There is a module here in this forum to hide The main Access Window but it requires that all forms and reports to be PopUp. Is there any method to hide the Access Window even on non modal and PopUp Forms and reports ?
  3. A

    Page Setup Button

    How to open the page setup window by code in the click event of a button? I tried the following code but it did not work Why? DoCmd.RunCommand accmdpagesetup
  4. A

    Database Backup

    I have an Access database where data is in one database and the program is in another. I want to add a button in the program to activate the replication wizard to make a backup copy of the data file or any other method to make a replica of the data file I want to add another button to...
  5. A

    Save deleted records in another database

    How to add a code to the delete button to automatically save the deleted record to another table in the same database or another database ?
  6. A

    Save deleted records in another database

    How to add a code to the delete button to automatically save the deleted record to another table in the same database or another database ?
  7. A

    Connecting two forms togetger

    I Have two forms, one for the employees data and another for courses for each employee. the control sorces for the two forms are two different tables with one to many relationship. my question is how can i connect the two forms together so that when i add a course it should be added to specific...
  8. A

    Auto open form by clicking the name another form

    I need to design a continous form with all the names of employees and allowing the user to a detail form of the selected employee bu double clicking the name. please help me to do it
  9. A

    Report field selector

    How can I design a form with all fields of a report to allow the user to select fields to be printed in the report in a report with many fields.
  10. A

    Report field selector

    How can I design a form with all fields of a report to allow the user to select fields to be printed in the report in a report with many fields.
  11. A

    Report field selector

    I have a report with many fields. How can i design a form with a list of all report fields with check boxes to allow the user to select the fields to be printed out ? Please help
Back
Top Bottom