Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Access query
- I currently have a linked DBF extract from my Primary system that includes 2 fields; one with the date, and another with the time. I need to be able to capture data for a 24 hour period of time beginning at 3:00am in the morning and ending at 2:59:59 in...
- Tags: access, Access Query, database, dateTime, FHP, microsoft, Microsoft Access, queries, software, sql statements
- Discussion threads 2006-01-17
- This should work
- If you sort out the table & field names.Select Members.* From Members, VotingHistory v2002, VotingHistory v2003, VotingHistory v2004Where Member.Party = 'Republican'And Member.ID = v2002.IDAnd Member.ID = v2003.IDAnd Member.ID = v2004.IDAnd V2002.Year = 2002And V2003.Year = 2003And V2004.Year = 2004Uses aliases so can join to the voting history table more than...
- Tags: access query, htilis@..., Member.ID, Microsoft Access, networking, VotingHistory
- Discussion threads 2005-08-29
Additional Resources
- Access XP crashes at query run
- I have Microsoft Office XP SP3 installed on a PC. It works great except for when I'm attempting to run one query in Access XP. This is a query that is based on imported data from Excel 2000. The query was also built from Access 2000 (Office...
- Tags: Microsoft Office, Databases, Microsoft Access, Access XP
- Discussion threads 2004-10-15
- Queries in Access 2000
- Help! I am new to Access and am wondering if it is possible to have one report access multiple queries...Thanks!Sort ofYou should make another query that combines the other queries. Then build a report from that one query.YesUse Sub-reports. Email me if you need more help at rparthas@mhcable.com. Best, RajeshA...
- Tags: melissa.donovan@..., Microsoft Access, software
- Discussion threads 2004-10-20
- 4TOPS Query Tree Editor for MS Access (exe)
- 4TOPS Query Tree Editor is an add-in for MS Access for query development. Create queries using templates. Edit and run queries from a tree dialog. The Query Tree dialog displays the dependency tree of the selected query (Uses / Used By). The buttons on the dialogs support a natural way...
- Tags: Microsoft Access, 4TOPS, Microsoft Corp., 4TOPS Query Tree Editor, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management
- Software downloads 2006-10-09
- Refreshing Excel Table from Access When Fields Change
- I created an Excel Query to pull information from Access. This is something that needs to be done on a monthly basis. The query had Apr, May,Jun,Jul,Aug,&Sep. This month I need to drop Apr and add Oct. When I make that change in the Access query...
- Tags: Microsoft Office, cnrwest@..., Microsoft Excel, Microsoft Access, Apr
- Discussion threads 2006-11-15
- Microsoft Access Query
- Please help! I have a query in access which does not return the right result and I'm at a complete loss as to why?The query is to only display numbers which are >0 And 0 And 07 Any suggestions would be gratefully recieved!Check your data typeif your col is number,...
- Tags: Microsoft Access, jeremy.thornber@..., Microsoft Corp.
- Discussion threads 2007-05-31
- Filter Access forms with one button
- Parameter query instead?Why not just build the form based on a parameter query? Or one that pulls records from a custom form where visitors select from a combo box of options?query - yesIn my Access applications I have the user select from a d
- Tags: software, wittmav@..., Microsoft Access
- Discussion threads 2006-12-20
- Microsoft Access 2000
- In a database file of 1000 names, how do I enter a check character in a field called MAILso that all records indicate YES. I know I can do it manually one record at a time, but is there a way to modify the table or create a query...
- Tags: Databases, Microsoft Corp., Microsoft Access, RCBLT@...
- Discussion threads 2007-04-13
- MS Access/Excel Query won't take variable as criteria
- I am trying to limit the imported data from an access table to the current day. The query wizard won't take a variable or indirect reference. When I build the statement in MS Query it won't take globals or system reference, only literals seem to work.Criteria:TableDateVariable >= TodaysDate
- Tags: Microsoft Office, andy@..., Microsoft Corp., Microsoft Access, Microsoft Excel
- Discussion threads 2007-09-11
- Quick Query (exe)
- Quick Query is a Plug-In for Microsoft Access. It provides a context sensitive, simple way to perform SQL queries on the fly, without creating or saving a query using the standard Query Designer. You can also create queries too complex for the Query Designer. Keywords, restricted words and symbols, brackets...
- Tags: Query, Quick Query, Construction, Databases, Programming Languages, Microsoft Office, Enterprise Software, Software, Data Management, Software Development, Software/Web Development, Office Suites
- Software downloads 2006-10-02
- Access query
- When I write my query in Access >0 And 7 written as >07 all numbers appear?Hope this makes sense.? data typebeen trying to replicate your problem on a simple 1-11 with 2 fields and can't get it to do so - just typed in expression, exactly as you have, under...
- Tags: Microsoft Office, jeremy.thornber@..., Microsoft Access
- Discussion threads 2007-05-30
- Drag-and-drop an Access query into a Word document
- If you want to include your Microsoft Access query directly into your Word document, find out how simple it is to accomplish this task in five steps. Your boss asks you to send your latest Microsoft Access query results for the month of September along with the memo...
- Tags: Microsoft Access, Microsoft Word, Microsoft Office, Databases, Mary Ann Richardson, Word processors, Microsoft Office Suite Access Tips Newsletter, Memo, Office Suites, Software, Enterprise Software, Data Management
- Technical articles 2005-10-05
- Passing an parameter to a Query in access
- I have a query in MS-Access which when run prompts for a parameter and then copies data from TableA to A Temp Table.As I need the Query to run more than once how do I pass a parameter once or how do I do this using code?ThanksBrianPassing ParametersThere are a...
- Tags: bop_zw@..., database, msaccess, Passing Parameters, Query, software, Use ADO
- Discussion threads 2005-07-11
- Access 2000 "Like Query"
- We all know how to use a query with a criteria of Like "*ABC*" to find everything with ABC in it.....What I want to do is have a user enter a String such as ABC and have the Query go insert that strig.Example:Form Name: FinderForm Field: StringFinderI've tried building a...
- Tags: Finder, Microsoft Access, MRA2, programming
- Discussion threads 2007-01-29
- SQL in MS Access
- I am looking for help on a specific SQL query in MS Access. I keep running into syntax errors. I have 4 fields in the query. When the data I'm querying is LIKE the data in field 1 AND the data in field 3 and/or 4 IS NULL or BLANK,...
- Tags: Microsoft Office, Databases, kms_cryswater@..., Microsoft Access, Field 3, SQL, Microsoft Corp.
- Discussion threads 2007-07-02
- How do I... Query for multiple values in Access on the fly?
- When you need a flexible way to filter a form or report on multiple values, a fixed query isn't your best bet. Find out how you can use a VBA function to add a versatile query solution that can accommodate almost any single-field parameter form. Access expert Susan Harkins...
- Tags: Microsoft Access, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management
- Download resources 2007-05-14
- 10 tips for working efficiently in Access’ Query Design window
- 10 tips for working efficiently in Access’ Query Design windowAre you familiar with all the techniques included in this list or were some of them a surprise? What other tricks come in handy when you're working in the Query Design windows?My favourite is going toSQL View and learning what I'm...
- Tags: Programming languages, Databases, JodyGilbert, Query Design window, Query Design, SQL, window, Microsoft Access
- Discussion threads 2007-04-03
- Summarize data by group with a select query in Access
- You can use a select query to summarize the data in your Access table by group. Here's how. Did you know that you can use a select query to summarize the data in your Access table by group? For example, suppose you need...
- Tags: Microsoft Access, Microsoft Office, Mary Ann Richardson, select query, Hours Worked, Microsoft Office Suite Access Tips Newsletter, TechRepublic Inc., Query, Databases, Office Suites, Software, Enterprise Software, Data Management
- Technical articles 2005-06-24
- Use Access Query Totals to obtain a list of your customers' recent activity
- When you need to round up data on when your customers last placed an order, an Access query can do the trick. Here's a quick walk-through that shows you how. by Mary Ann Richardson
- Tags: Microsoft Access, Customer, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management, Mary Ann Richardson
- Blog posts 2008-08-12
- << Previous
- page 1 of 1
- Next >>