hello..
i have a strange problem..
i posted it here because its more general than a querry question.
i created a button, that would sort a form:
Private Sub sortZa_Click()
Me.OrderByOn = True
Me.OrderBy = "[updated] DESC"
Me.Requery
End Sub
the problem i have is that sorting was working all the time, not only when i pushed the button ( like when i am starting a data base it sais "doing a query" or something like this and than it's sorted).
i did'n know how to solve this so i delated a button and code..
strange thing is that every time i start this data base it's beeing sorted!! eve with button delated.
any1 have an idea what's going on?
thanks.
Mateusz Zawada
p.s. i think it is written somewhere in sql.. but where to look for it?
p.p.s. how to make a sorting button that will execute the sorting once? not all the time?
i have a strange problem..
i posted it here because its more general than a querry question.
i created a button, that would sort a form:
Private Sub sortZa_Click()
Me.OrderByOn = True
Me.OrderBy = "[updated] DESC"
Me.Requery
End Sub
the problem i have is that sorting was working all the time, not only when i pushed the button ( like when i am starting a data base it sais "doing a query" or something like this and than it's sorted).
i did'n know how to solve this so i delated a button and code..
strange thing is that every time i start this data base it's beeing sorted!! eve with button delated.
any1 have an idea what's going on?
thanks.
Mateusz Zawada
p.s. i think it is written somewhere in sql.. but where to look for it?
p.p.s. how to make a sorting button that will execute the sorting once? not all the time?
Last edited: