|
-
Query help in Access Combo Box
I'm using MS Access 2000. I’m trying to create a combo box that is tied to
a query that asks for a begin date before the query will run. What I want
to do, is enter one date in an unbound text box on the form the combo box
is on then have my query for the combo box use that date to run the query.
Assume the text box is “Text1794”
These are the Query Statements that I have tried in the row source of the
combo box
SELECT [tblStaff].[StaffId] WHERE [tblStaff].[BeginDate] = [frmScheduleDevelopmentForm].[Text1790]
SELECT [tblStaff].[StaffId] WHERE [tblStaff].[BeginDate] =
[Me!Text1794]
When I check the combo box for drop down selections I keep getting this error
message.
“Syntax Error (missing operator) in query expression”
Any suggestions are greatly appreciated.
Larry
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks