silentwolf
Well-known Member
- Joined
- May 14, 2008
- Messages
- 1,216
- Office Version
- 2016
Hi guys,
can't seam to get this right.
Here is my code and it works fine... however I would like to ORDER objMDatum in DESC order..
Unfortunatelly I have not been able to get it right .. Can someone help with this please?
oh Sorry this is in the wrong forum! It s Access...
can't seam to get this right.
Here is my code and it works fine... however I would like to ORDER objMDatum in DESC order..
Unfortunatelly I have not been able to get it right .. Can someone help with this please?
Code:
Private Sub Form_Current()
Dim strSQL As String
strSQL = "SELECT objMID, objMDatum, objMAnfang, objMEnde, objMPause, objMObjIDRef " & _
"FROM tblObjMitarbeiter WHERE objMObjIDRef= " & Me!objID
Me!lstObjektStunden.RowSource = strSQL
End Sub
oh Sorry this is in the wrong forum! It s Access...
Last edited: