My account: Login | Sign Up
Loading... 

microsoft.public.access.queries | Forum profile

Forum profile page for microsoft.public.access.queries on http://www.microsoft.com/communities/newsgroups.... This report page is the aggregated overview from a single forum: microsoft.public.access.queries, located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "microsoft.public.access.queries" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Discussions in microsoft.public.access.queries - microsoft.public.access.queries (site profile, domain info microsoft.com)
Title: microsoft.public.access.queries
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 29 posts per thread
Forum activity: 109 active threads during last week
 

Posting activity on microsoft.public.access.queries:

  Week Month 3 Months
Threads: 109 435 1,838
Post: 317 1,236 5,331
 

microsoft.public.access.queries Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
John W. Vinson
27
user's latest post:
SQL update of Table1 by data in...
Published (2009-01-07 23:17:00)
  On Wed, 7 Jan 2009 22:22:01 -0800, Milan Wendl, aaaengineering.com <MilanWendlaaaengineeringcom@discussions.microsoft.com> wrote: >Hi, > >I have 2 tables with same structure but varying records related/linked by ID >field in both tables offcourse. >I would like to update all fields at one shot with Update query at once >without listing all these fields with Set statement. You...
Michel Walsh
14
user's latest post:
Return Record for Latest...
Published (2009-01-07 13:49:00)
  Four possible solutions at http://www.mvps.org/access/queries/qry0020.htm Vanderghast, Access MVP "cixelsyd" <u48663@uwe> wrote in message news:8fd8311c4b721@uwe... >I have a table containing transaction data for many > items (Partno). Each item may have several entries in the table due to > transactions on different dates (TDate). > I wish to select the complete record...
Jeff Boyce
14
user's latest post:
query based on combo box on form...
Published (2009-01-06 17:01:00)
  Often, a combobox will store the "lookedup value's" recordID, even though the lookedup value is what is showing in the form. But you said you are using "tblItem.ProjectStatus" -- the implication is that you are using a TABLE-based lookup field, rather than a combobox on a form. In that case, you have discovered one of the reasons why folks in these newsgroups recommend AGAINST using the...
Dale Fye
12
user's latest post:
Sorting by first letter, but not...
Published (2009-01-07 12:17:00)
  BTW, You might want to consider using an alias when posting to newsgroups. There are web bots that scour these newsgroups for valid email addresses. -- Dale email address is invalid Please reply to newsgroup only. "ezgoer89@gmail.com" wrote: > I've searched and searched and cannot find a solution to my > challenge. I have created reports in Access using SQL and currently > have the...
KenNiuM
11
user's latest post:
Error when Date/Time is a...
Published (2009-01-05 10:29:00)
  http://s106.photobucket.com/albums/m268/KenNiuM/?action=view&current=Untitled.jpg This is my SQL for the query above which is query 1. SELECT CashierLoginDetails.lStaffID, Max(CashierLoginDetails.[lDate/TIme]) AS lDate_TImeOfMax, Last(CashierLoginDetails.lCashRegister) AS lCashRegisterOfLast, SalesTransaction.stPaymentMode FROM SalesTransaction INNER JOIN CashierLoginDetails ON (SalesTransaction.stCashRegister =...
John Spencer (MVP)
10
user's latest post:
Adding entried to a table in...
Published (2009-01-07 13:48:00)
  Something like the following might work INSERT INTO TRAININGCompleted (TrainingID, EmployeeID) SELECT TrainingNeeded.TrainingID, Employees.EmployeeID FROM Employees, TrainingNeeded WHERE TrainingNeeded.TrainingID = 26 John Spencer Access MVP 2002-2005, 2007-2009 The Hilltop Institute University of Maryland Baltimore County Shane Morrison wrote: > I have three tables, one that list employees (153 entries), one that lists...
Rana
6
user's latest post:
Multi-select no selection made -...
Published (2009-01-08 01:53:00)
  Hi all, I've got a what I'm sure is an easy question for the pros. Please se below for details as it is a follow-up from a previous problem. ----------------------------------------------------------------------------------------------- Michael, thanx for the tip it works like a charm. I now however want the query to run even if i dont select any of the criteria from the multi-select box. I know I should have "...
gmore24@hotmail.com
6
user's latest post:
INSERT INTO where data is on an...
Published (2009-01-08 03:22:00)
  Thanks for your reply. Do you know where I can find an example? I tried but with no success... - Show quoted text -  
Ron2006
6
user's latest post:
Export XML Parameter Query in...
Published (2009-01-07 10:05:00)
  Your answer says my simple response obviously doesn't cover the situation. hmm Someone with more specific knowledge about the situation will have to chime in now. Ron  
Duane Hookom
6
user's latest post:
Combine two columns into one in...
Published (2009-01-06 11:45:00)
  Your posting is a bit scattered. The "First" of Value can contain several field concatenated together. You can also use IIf() and other types of expressions. -- Duane Hookom Microsoft Access MVP "EAB1977" wrote: > Is it possible to combine two columns in one in a crosstab query? For > example: > > TRANSFORM First(qryVDRProductionRuns.TestValue) AS FirstOfTestValue...
 

Latest active threads on microsoft.public.access.queries::

Discussions in microsoft.public.access.queries
Started 1 day, 9 hours ago (2009-01-07 16:05:00)  by gmore24@hotmail.com
Hello, To ease the process of importing data into a table, I'd like to know if it's possible to use INSERT INTO with data from an Oracle database or anything else of this kind. I already have a query that does the job by looping thru a recordset like this : ************************************************** ******...
Thread:  Show this thread (3 posts)   Thread info: INSERT INTO where data is on an Oracle database in microsoft.public.access.queries Size: 2,265 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "INSERT INTO where data is on an Oracle database in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
Discussions in microsoft.public.access.queries
Started 2 days, 2 hours ago (2009-01-06 23:07:00)  by leahf via AccessMonster.com
We have a form with many parameters for classes in a school. After choosing parameters, there is a subform that gives a minimum amount of information about all the classes requested according to the parameters. On that same form is an option to get two different reports about the selected classes. I am now to add a new parameter - ...
Thread:  Show this thread (5 posts)   Thread info: too large query in microsoft.public.access.queries Size: 1,583 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "too large query in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
Discussions in microsoft.public.access.queries
Started 23 hours, 56 minutes ago (2009-01-08 01:53:00)  by Rana
Hi all, I've got a what I'm sure is an easy question for the pros. Please se below for details as it is a follow-up from a previous problem. -------------------------------------------------- --------------------------------------------- Michael, thanx for the tip it works like a charm. I now however want the query to run even ...
Thread:  Show this thread (1 post)   Thread info: Multi-select no selection made - display all records in microsoft.public.access.queries Size: 5,754 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Multi-select no selection made - display all records in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
Discussions in microsoft.public.access.queries
Started 1 day, 2 hours ago (2009-01-07 23:33:00)  by salewholexx@sina.com
discount Air max 95 shoeswww.gotoorder.cn wholesale Air Max 87 shoes discount Air MAX LTD shoes sell Air max 90 shoes discount Air Max 88 shoeswww.gotoorder.cn discount Air MAX 89 shoes discount Air max tn shoes discount Air Max tn8 shoes discount Air MAX tn9 shoeswww.gotoorder.cn discount MEN'S WOMEN'S Shox R5 ...
Thread:  Show this thread (1 post)   Thread info: discount Air max 95 shoeswww.gotoorder.cn in microsoft.public.access.queries Size: 2,709 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "discount Air max 95 shoeswww.gotoorder.cn in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
Discussions in microsoft.public.access.queries
Started 1 day, 3 hours ago (2009-01-07 22:21:00)  by Milan Wendl, aaaengineering.com
Hi, I have 2 tables with same structure but varying records related/linked by ID field in both tables offcourse. I would like to update all fields at one shot with Update query at once without listing all these fields with Set statement. It seams so simple but I have wasted the half a day without any results. Do I need to ...
Thread:  Show this thread (2 posts)   Thread info: SQL update of Table1 by data in Table2 in all fields at once in microsoft.public.access.queries Size: 791 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "SQL update of Table1 by data in Table2 in all fields at once in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
Discussions in microsoft.public.access.queries
Started 1 day, 5 hours ago (2009-01-07 20:38:00)  by alex
Hello, I have a table with a series of dates. Each group of 10 dates represents a session, so I'd like to create some way to count to 10 and create an indicator which signifies a group, for a report. Is this best done in a query and then show in the report, or run the general query and do the grouping in the report?...
Thread:  Show this thread (4 posts)   Thread info: Group results into groups of 10 in microsoft.public.access.queries Size: 938 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Group results into groups of 10 in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
Discussions in microsoft.public.access.queries
Started 1 day, 22 hours ago (2009-01-07 03:47:00)  by MMTneedsHelp
I hope someone can help me with this. I have a massive table that has all kinds of freight information. I have an xls file that has 300 rows of different freight numbers. I would need to collect the rows that has these numbers in their row/column. Is it possible to make a query that use so many values from a separate file as a criteria?...
Thread:  Show this thread (4 posts)   Thread info: Collect the rows that match a list of numbers in microsoft.public.access.queries Size: 864 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Collect the rows that match a list of numbers in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
Discussions in microsoft.public.access.queries
Started 1 day, 7 hours ago (2009-01-07 18:08:00)  by Miss Teacher
Hi, I'm absolutely new to both Access and programming (and hence SQL), but I'm creating a database form that uses many tables. I need to find a way to retrieve records across 4 tables: AssessmentID AssessmentName (one to many) JunctionID AssessmentIDF CurriculumChoicesIDF (Unfortunately ...
Thread:  Show this thread (1 post)   Thread info: Multi-joins across 4 tables? in microsoft.public.access.queries Size: 2,764 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Multi-joins across 4 tables? in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
Discussions in microsoft.public.access.queries
Started 1 day, 11 hours ago (2009-01-07 14:33:00)  by kvillan
we have one table that has users and check in data the other table has all of the other information we would like a query that combines the check in data to the table that has all of the other information
Thread:  Show this thread (2 posts)   Thread info: pull data from one table and combine with info from another table in microsoft.public.access.queries Size: 558 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "pull data from one table and combine with info from another table in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
Discussions in microsoft.public.access.queries
Started 1 day, 11 hours ago (2009-01-07 13:51:00)  by Ripper
I have a LONG table of orders. The dates are entered mm/dd/yyyy. I was attempting to use like to search for all dates that happened in September, regardless of year. I keep getting a syntax error. Is there a way to search for dates that occured in a particular month regardless of day or year? -- Thanks As Always...
Thread:  Show this thread (3 posts)   Thread info: Search through dates using like in microsoft.public.access.queries Size: 722 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Search through dates using like in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
 

Hot threads for last week on microsoft.public.access.queries::

microsoft.public.access.queries
Started 4 days ago (2009-01-05 01:25:00)  by edisonl via AccessMonster.com
Edison: Help! Help! 1. I had a leave applicantion where Manager able to view their Department Leave status (Eg: Summay, History Transactions etc) 2. I had achieve it via Queries. 3. Now another issue is I need to PROGRAMATICALLY insert SQL statement to allow HR View All, I copied the statement from previous ...
Thread:  Show this thread (14 posts)   Thread info: CurrentDb.Execute can't run SELECT Statement in microsoft.public.access.queries Size: 1,718 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "CurrentDb.Execute can't run SELECT Statement in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
microsoft.public.access.queries
Started 4 days, 8 hours ago (2009-01-04 17:02:00)  by KenNiuM
Hello. When i have this query, there is an error. (You tried to execute a query that does not include the specified expression SalesTransaction.[stDate/Time])>=Query1.lDate_TIme OfMax as part of an aggregate function.) SELECT SalesTransaction.stPaymentMode, Query1.lStaffID, SalesTransaction.stTotalAmount, ...
Thread:  Show this thread (13 posts)   Thread info: Error when Date/Time is a criteria in microsoft.public.access.queries Size: 1,636 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Error when Date/Time is a criteria in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
microsoft.public.access.queries
Started 2 days, 2 hours ago (2009-01-06 23:16:00)  by Rana
Hi, I'm having a problem with my query. I've created a query that displayed all 'Volunteers information' which ran fine. However I then imported data from Excel into a new table 'sheet1' and appended it to table 'Primary_info' that I used in the query. The way I did this was by right-clicking 'sheet1' and clicking on copy, ...
Thread:  Show this thread (10 posts)   Thread info: query does not use data from appended table in microsoft.public.access.queries Size: 1,601 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "query does not use data from appended table in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
microsoft.public.access.queries
Started 3 days, 20 hours ago (2009-01-05 05:20:00)  by Kelly
I need to convert a field that is in short time from hours and minutes to minutes. I found this answer before but since redoing my database I have not been able to find the answer back. Any help would be appreciated. Thanks, ~Kelly
Thread:  Show this thread (10 posts)   Thread info: Trying to convert a short time field from hours to minutes in microsoft.public.access.queries Size: 596 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Trying to convert a short time field from hours to minutes in microsoft.public.access.queries :: microsoft.public.access.queries :: Discussions in microsoft.public.access.queries"
microsoft.public.access.queries
Started 4 days, 19 hours ago (2009-01-04 06:18:00)  by Bob H