Search results

  1. I

    query info to combo

    i tried it... it doesnt do enything. the combo is still empty in the control source i chose the query in the expressionbuilder.
  2. I

    edit button

    it doesnt change enything... do i have to define the textboxes i want to allow edit?
  3. I

    edit button

    you lost me with the unbound form... im new at this. how can i set all feilds to null after pressing the button?
  4. I

    query info to combo

    i have a query that groups the items in one of my feilds how can i make the query info load to my combo?
  5. I

    horisontal form

    i found the way... it was in the report setup(page setup) i had to choose labdscape instead of portrait thanks a milion enyway
  6. I

    horisontal form

    i want the form to open and show the data in a horizontal way and dnot like it always does it - verticly (i dont have enogh room for all the fields when the page is verticle
  7. I

    horisontal form

    how can i make my form horisontal?
  8. I

    playing with colors

    i have a combo for the project, the events r in order by the time they start. i wanted different colores because that is what we have in the calender we work with today and its very comfortable to work with. so i wanted somthing similar.
  9. I

    playing with colors

    I have a long list af activitys from different projects. my DB gives me a form with all activitys by date (i get the form by preesing the date in the calendar). however, i want each row to be in a different color according to its project (i have 7 different projects) is it possible?
  10. I

    sub form

    i want to make a sub form for phone call summery. i want a new line to open each time i fill the line before how can i do it?
  11. I

    edit button

    another button im tring to create is one that will save the data enterd in the form and empty the form so i can insert another line.
  12. I

    edit button

    i have a tabular form i witch i defined data entry=no i want a buuton at the end of each line, that by pressing it, ill be able to edit the line. how do i program the button?
  13. I

    automaticly closing forms

    hi thanks for the help but now it tells me For Each frm In Application.Forms cant find project or library...
  14. I

    textbox problem

    this is exactly what i want. onchange doesnt do it... cant understand why... i have the requery written, and it works when i press a button...
  15. I

    textbox problem

    but if i want all clients that start with A i wont be able to do it, besides, i have humdreds of people. combo wont be so usefull is it possible to make it update while typing?
  16. I

    textbox problem

    i want ti to update evey time i type something i just cant find the event that doese it.
  17. I

    textbox problem

    i have a form that shows me a list of clients. i wrote a search code that works when i press a button. is it possible to make the code work automaticly the second i write something in the text box (without needing the button?)
  18. I

    automaticly closing forms

    i get an error.... FormCnt = FormCnt + 1 it tells me cant find project or library.. what should i do?
  19. I

    combo box

    i have a list of teachers some teach more than one subject, so i want to update what they teach. on the other hand i want to be able to ask for the list of all biologists or all chemists...
  20. I

    combo box

    its the same question but i dont see the answer there///
Back
Top Bottom