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
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 ?
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
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...
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...
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
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