Recent content by Loony22

  1. L

    DB Backgournd?

    Thanks again for your answer. However, its not what im looking for. Let me rephrase. I would like that the DataBase will have a certin background. The forms within, will have its own background. If for example i opened frm1 it will have a gray background, behind the form there will be the DB...
  2. L

    Hiding Toolbar menu control

    Thanks mate. ;)
  3. L

    DB Backgournd?

    I would like to change the DataBase backgournd from the ugly gray ( :D ) , into a custom made image. How it can be done? I would be happy to get an answer .
  4. L

    Hiding Toolbar menu control

    TblCurrentUser: User Name Password Authorization (Manager, Employee) I have created a main Toolbar which navigates through the forms in the DB. I would like that after the user has logged in (his information is saved in TblCurrentUser), some of the main toolbar menu controls will be invisible...
  5. L

    Month Combo Box

    In my employee working trace form there is month combo box (mm/yyyy) which filters working dates. When inserting a new working date, I would like that instead of the users writing full dates (d/mm/yyyy), they will only choose the day in the month. The month will be filled out automatically. For...
  6. L

    OutPut Report To File

    Hello, In my form there are three options to view reports : Screen, Print, File . I would like that whenever the user clicks on the third option, a word document will open and show the selected report report in word (In the report preview, There is an option to view the report in word) . I...
  7. L

    Continuous Forms And SubForm

    Great Idea. How didn't i think about it. :) Thanks Mate.
  8. L

    Continuous Forms And SubForm

    In my DB there are Three Tables and three forms based on these tables: 1) Tbpatient (FrmPatient - Single Form) PatientId FirstName LaseName 2)TblPatientRelative (FrmPatientRelative - Continuous Form) RelativeId PatientId (One To Many relationship with TblPatient) RelativeName 2)...
  9. L

    Pause until outside program Finishes

    Yey, i have found the code i needed its in the following address : http://www.mvps.org/access/api/api0004.htm (Shell and wait). Well thank you anyway guys.
  10. L

    Pause until outside program Finishes

    u must have misunderstood me. I don't want the program to pause for number of seconds i choose (i can already do that with the sleep function). I want the program to freeze as long as other application is running. there might be a case that it will take for the program to finish it job 5...
  11. L

    Pause until outside program Finishes

    Thank you For your help. I tried putting the command line : "Doevetns" after running rar.exe . However, its not working. The application exits fast, without compressing the file. * With the access sleep module, the application is running fine. However, i don't want to use this module (Reason...
  12. L

    Pause until outside program Finishes

    Hello, In my current db, im using rar.exe application (with shell command). After downloading Api script for making access sleep for a period of time the Rar application is working just fine (compressing). However, there might be a case when period of time is not sufficient. In that case, the...
  13. L

    Trouble Making A DB

    Thank you for your lovely post. I must admit you are 100% right. I sat down, talked to the manager first and he told me as followed (translated :D) : " At start everything looks hard and impossible to do cause its new. They (employees) will get used to it. " So i will make calender view...
  14. L

    Trouble Making A DB

    Thank you very much for your help. However, my problem is not making the tables. I don't konw how to make the form as the employees wanted it to look (example above) . If you could help me make the form i'll be greatful.
  15. L

    Trouble Making A DB

    Hello all. I am having trouble making db of Employee working trace. The clerks in the company wants that the form of inserting one work trace to look like this. Month / Year (Entered by the clerk) Employee Id (Entered by the clerk) Day In Month (Locked value) Day in week (locked value)...
Back
Top Bottom