quest's latest activity

  • Q
    quest replied to the thread Solved default cursor position.
    maybe i don't know to speak with terms. when i speak of a control i mean about combo boxes. yes combo boxes are used for searching but i...
  • Q
    quest replied to the thread Solved default cursor position.
    i can work without changing anything, but i want to work with less clicking. maybe i wasnt clear enough i dont want to set focus on...
  • Q
    quest replied to the thread Solved default cursor position.
    that dont fix the problem. because it is split form combo boxes are in the form header and fields are in the detail. so with tab order...
  • Q
    Hi, I have split form. On opening default cursor position is on the first combo box in form header. Can default cursor position be in...
  • Q
    quest replied to the thread Solved Query sorting.
    the way i tried before did not accept it and i tried many times. this time with order by n and deleting the ";" accept it. i glad it is...
  • Q
    quest replied to the thread Solved Query sorting.
    ok i made it. deleted ";" and works now. thanks
  • Q
    quest replied to the thread Solved Query sorting.
    it is made that way and works independently but not in union query.
  • Q
    quest replied to the thread Solved Query sorting.
    it is checked. this union query was made by combining two select queries. both have same sorting and work with them. in union can be...
  • Q
    quest replied to the thread Solved Query sorting.
    tried and didn't work if my syntax was right: ORDER BY 2,3,4,5
  • Q
    quest replied to the thread Solved Query sorting.
    do not accept that. report mistake.
  • Q
    quest replied to the thread Solved Query sorting.
    can not be the last line. this query is made from two select queries. first before union and second after that.
  • Q
    quest replied to the thread Solved Query sorting.
    SELECT Delovodnik.DelovodnikID, Left([Ознака],4) AS Proba1, DatePart("yyyy",[Датум]) AS ГодинаПребарување1...
  • Q
    quest replied to the thread Solved Query sorting.
    Can you give me an example?
  • Q
    quest replied to the thread Solved Query sorting.
    last line "what is wrong" not.
  • Q
    quest posted the thread Solved Query sorting in Queries.
    Hi, I have union query and sorting not working. same expression in select query do the job but not in union query. expression is ORDER...
Back
Top Bottom