Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() You need a where clause (A filter) in the SQL. The Query wizard allows allows you to add a filter. I beliee its the 3rd window in the wizard. the Where need to be aon a seperate line like this SELECT Submissions.Task_ID, Submissions.`Client Name`, Submissions.`Effective Date`, Submissions.`Imp Mgr`, Submissions.`Due Date`, Submissions.`Actual Date`, Submissions.`Date Difference` FROM `C:\temp\submission`.Submissions Submissions WHERE (Submissions.`Client Name`='Test') ORDER BY Submissions.`Effective Date` -- joel ------------------------------------------------------------------------ joel's Profile: http://www.thecodecage.com/forumz/member.php?userid=229 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=147644 Microsoft Office Help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mail Merge source Access Database using Excel VBA | Excel Programming | |||
Advanced Mail merge invoice from excel database | Excel Discussion (Misc queries) | |||
problems using Excel as a mail merge database in Office XP | Excel Worksheet Functions | |||
mail merge with Excel data source | Excel Worksheet Functions | |||
Mail Merge from Excel Data Source to Word | Excel Programming |