Recent content by Outzen

  1. O

    User friendly overview of employees and their tasks

    Yes, its a "pure" access 2010 setup :-)
  2. O

    User friendly overview of employees and their tasks

    Im trying to build a form giving an overview of emplyees and their assigned tasks including deadlines. I could gather this information in one big recordset, however in order to improve readability I would like to list the emplyee name once, and for each emplyee show tasks and deadlines. I have...
  3. O

    Forms within Navigation form are not working

    OK, heres my zipped DB Second question: I have a list within the navigation form listing customers. I have included "show" and "edit" buttons which opens new forms with the selected customer. How do I make the new forms open within the navigation form? Navigation form: Front_navigation...
  4. O

    Forms within Navigation form are not working

    Great, it works ... I have only recently started working with access and VBA ... have a lot of experience with basic javascripting and jet sql. Seems like a lot of these commands can be run without having to reference the current form? Can you point at any good resources where I can learn a...
  5. O

    Forms within Navigation form are not working

    Hmm - Im not allowed to include links :banghead: Have uploaded to this location freeuploadshare .com files WQO41349701587 The navigation form is called Front_Navigation rgds Jakob
  6. O

    Forms within Navigation form are not working

    Thks, I have already seen that info and I am still not able to put it together:o
  7. O

    Forms within Navigation form are not working

    I have worked for several weeks putting the basic forms together in a new customer database setup and then I just needed to finish my little project by smoothing the GUI adding a navigation form! ... big mistake. After investigating why my forms suddenly starts to fail when being activated from...
  8. O

    Question Time format changes in edit mode

    It works - if you replace , with ; i.e.: =Left(Time();5). Irritating little bug - Thks a lot
  9. O

    Question Time format changes in edit mode

    There are no underlaying table - the date in the text field will be part of a new entry in a table based on a button click.
  10. O

    Question Time format changes in edit mode

    Hi :cool: - started working with access 2010 Have a text field in a form with following relevant (afaik) properties: Format tab - Format: Short Time Data tab - Inputmask: 00:00;0;_ Data tab - Default value: =Time() Goal: show a default but editable current time in HH:MM format Behaviour...
Back
Top Bottom