Search results

  1. Pusher

    Date to Date query

    The first is the number of the terrain the second is the start date and the third is the end date. From the table IZVESTAJ the interventions are the data I want to see in the query. If every box is set then the interventions that are between those two dates from that terrain If the 2 and 3 box...
  2. Pusher

    Date to Date query

    Here is my DB - The Report Form is FrmPrikazIzvestaja and the Query for that form is QryIZVESTAJ
  3. Pusher

    Date to Date query

    How to make the query be if left blank all the time or if the first time is entered then from that time until now? When i enter this code He only list EndControlName lines in the table- just at that date and not all the dates in between :(
  4. Pusher

    Date to Date query

    Hi all, What code is used to get 2 dates from a form to the query criteria box so i can chose what start and what end date is. Thanks
  5. Pusher

    Combo box from form1 to be the unchangeable value combo box in form2

    I did it :) Would like to learn how DLookup() works :) That looks cool
  6. Pusher

    Combo box from form1 to be the unchangeable value combo box in form2

    Sorry for my ignorance... :( its unbound - how to set it to User ID and will that show the name or the autonumber of the user?
  7. Pusher

    Combo box from form1 to be the unchangeable value combo box in form2

    I cant make it work... This should be the code i think
  8. Pusher

    Combo box from form1 to be the unchangeable value combo box in form2

    I want to display the name of the DEZURNI DISPECER( user that logged in) on the form IZVESTAJ - there is a need for that information on that form. Can i use a list to display it or some other way of doing this is possible?
  9. Pusher

    Combo box from form1 to be the unchangeable value combo box in form2

    I made it work :) thanks Now the new record has the user logged on in DEZURNI DISPECER in IZVESTAJ :) I want to make a List box that displays the name of the user that is logged on on my IZVESTAJ form. How to do that? I only made lists from queries... And how the DB that you sent me is 3MB and...
  10. Pusher

    Combo box from form1 to be the unchangeable value combo box in form2

    Can i change the raw source of the DEZURNI DISPECER so its directly connected to Tbl-User. Firstly i want that the DEZURNI DISPECER be entered in a new record. Now i get it in a last record. Also i need a User name not PKEnginnerID in the new line of the table. Can you tell me what code did...
  11. Pusher

    Question How to import a sample DB in your DB

    Sorry about that, i am in a little time pinch at work and not that familiar about forum rules.. :( Thanks for all your help and i will try to fallow the rules more closely..
  12. Pusher

    Combo box from form1 to be the unchangeable value combo box in form2

    Where to put this? What .Locked = True does? When the user logs in how to copy that username to the other form? I'm not good at coding :(
  13. Pusher

    Combo box from form1 to be the unchangeable value combo box in form2

    I integrated the Password Login Screen with session login recording - PasswordLogin.mdb (http://www.access-programmers.co.uk/...d.php?t=193131) that DCrake made into my DB.(Thanks DCrake) Now i want to make the combo box in the FrmLogin (CboUser) to be the...
  14. Pusher

    Question How to import a sample DB in your DB

    Or there can be an automatic entering of the value in first form in every new line in the table of the second form.
  15. Pusher

    Combo box from form1 to be the unchangeable value combo box in form2

    Or there can be an automatic entering of the value in first form in every new line in the table of the second form.
  16. Pusher

    Combo box from form1 to be the unchangeable value combo box in form2

    Hi all, How to make a combo box from 1 form be the unchangeable value in another form combo box and be in every line of the table?
  17. Pusher

    Question How to import a sample DB in your DB

    It's Serbian language, if you want i can tell you what you need to know
  18. Pusher

    Question How to import a sample DB in your DB

    I imported it and it works fine :) - but now i have some other problems. I integrated the Password Login Screen with session login recording - PasswordLogin.mdb (http://www.access-programmers.co.uk/...d.php?t=193131) that DCrake made...
  19. Pusher

    2 Forms - connected Comboboxes (locked value)

    Hello all, I integrated the Password Login Screen with session login recording - PasswordLogin.mdb (http://www.access-programmers.co.uk/forums/showthread.php?t=193131) that DCrake made into my DB.(Thanks DCrake) Now i want to make the combo box in the FrmLogin...
Back
Top Bottom