George Too
Registered User.
- Local time
- Today, 08:42
- Joined
- Aug 12, 2002
- Messages
- 198
Hi,
I have this SQL statement
"SELECT * FROM tblMain WHERE " & "Op Like " & """" & Me!cboSelect & "*" & """" & " Order By RunDate"
How do I make it to look for this data between between two dates specified by the user in a form?
ps. How do you pronounce "SQL"? Do you spell it out or is it pronounced "sequel"? (My friend wants to know)
I have this SQL statement
"SELECT * FROM tblMain WHERE " & "Op Like " & """" & Me!cboSelect & "*" & """" & " Order By RunDate"
How do I make it to look for this data between between two dates specified by the user in a form?
ps. How do you pronounce "SQL"? Do you spell it out or is it pronounced "sequel"? (My friend wants to know)