Hi!
I'm trying to get my form to search between two dates and display all data that lies here.
In my fist nive expression i wrote like this.
With List7
.RowSource = "SELECT * FROM Datum WHERE [Datum] Between #Me.Start# And #Me.Slut#"
End With
Can I do it like this?
Any suggestions?
/ Smask
I'm trying to get my form to search between two dates and display all data that lies here.
In my fist nive expression i wrote like this.
With List7
.RowSource = "SELECT * FROM Datum WHERE [Datum] Between #Me.Start# And #Me.Slut#"
End With



Can I do it like this?
Any suggestions?
/ Smask