CIIIHAN
Access Padawan
- Local time
- Today, 20:28
- Joined
- Sep 16, 2011
- Messages
- 34
Hi there!
I'm trying to make an SQL statment which contain both the where and between
like this:
I get the error message about missing operators Error: 3075
What am I doing wrong?
Thanks in advanced!
I'm trying to make an SQL statment which contain both the where and between
like this:
Code:
DoCmd.RunSQL "UPDATE MuhurDB SET location = " & Me.Location & " WHERE Grup =" & Chr(39) & grup & Chr(39) & " AND WHERE muhur BETWEEN " & fromTxt & " AND " & tillTxt
What am I doing wrong?
Thanks in advanced!