| Thread | Last Post | Replies |
|
| help with delete, update & append queries... | 04 Nov 2005 03:17 GMT | 4 |
I have a query to delete a tbl, an query to create a new table and a append query that I currently run manually. Is is possible to run these in sequential order on the click of a command button?
|
| Query Access Database | 04 Nov 2005 02:21 GMT | 3 |
Please can someone let me have some example code for querying an Access database via a VB script. I would like to be able to return a count of rows in a table in an Access database via a VB script.
|
| 2 tables to combine into one by a query | 04 Nov 2005 02:03 GMT | 5 |
Please help! I have been trying to get the 2 tables to combine into one by a query. Here are sample of my table1 and table2. Table1
|
| Sort month chronologically | 04 Nov 2005 02:03 GMT | 5 |
I have a calculated field in a query say Qry1 based on a linked table say Tbl1: Month: Format([submit_date],"mmmm") & " " & Format([submit_date],"yyyy") whose output is like: September 2005. submit_date is a date/time type field in Tbl1. I am writing another query say Qry2 based on ...
|
| compare not and <> | 04 Nov 2005 01:55 GMT | 6 |
Can there ever be a difference between results produced by <> and those produced by not whenever they can be used in the same place in a query
|
| mkae table | 04 Nov 2005 00:48 GMT | 1 |
i would like to be able to write a make table query which should build 10 different tables. i have tried to do this all in one make table query but it gives an error after the first make table query. the sql view ends the first query with a ; after that the query doesnt ...
|
| no records from one query in other query | 04 Nov 2005 00:09 GMT | 2 |
I have three queries that specify people who will receive a personalized fundraiser letter. Is there an easy way to ask a query (generated for those to receive a general newsletter) NOT to include these people?
|
| random records | 03 Nov 2005 23:05 GMT | 4 |
I need to pull random records (non-inclusive membership numbers) from a query. What criteria do I need in the query so that I can run the query from a form that allows me to get records for example: memnumbers 1121,1243,1344,2172 etc?
|
| Query to list delinquent entries | 03 Nov 2005 22:39 GMT | 1 |
Please help with a query that will provide a list of delinquent entries. I have an “INDICATOR” table with a field named “Indicator#” and a “DETAIL RECORDS” table that also has a field with the “Indicator#” and a field named “DateOfData” – along with many other fields. I need a ...
|
| Running Sum in query problem | 03 Nov 2005 22:23 GMT | 7 |
Lemme know if I am going at this the wrong way! I have a field [extcost] that I want a running sum created from. The query is sorted by [extcost] descending. (A report will do this, but I need running sum info in a query.) I need to find which items make up the top 80%
|
| update, lookups, and data type | 03 Nov 2005 21:56 GMT | 2 |
I apologize if this type of question has been posted before, but I had difficulty finding it in the threads. My database has a tblAddr in which county information is stored using CountyID using a lookup from tblAddrCounty. I would like to update this table
|
| Query help! | 03 Nov 2005 21:27 GMT | 6 |
I am developing a small CMMS database. I have a table named PM SCHEDUAL, it has one field for Equipment ID and 52 fields for work weeks i.e. (WW01,WW02, WW03ect.). Under each work week field I have listed the inspection type for that week on each unit. I am trying to create a single ...
|
| Concatenate the records with same ID | 03 Nov 2005 21:16 GMT | 9 |
I need a help on my query. I tried to concatenate the records which have the same ID. The following is the data in my table (Table1): ID Value 1 a
|
| Self-join field addition | 03 Nov 2005 21:00 GMT | 2 |
Hi. I'm frustrated! I can't figure out why this won't work. Must be user error! Here's the setup: both Contacts and SignificantOthers (these spouses are themselves Contacts, hence the self join) can earn, use and lose bucks. Ultimately, I'm trying to calculate how many bucks ...
|
| Query Problem | 03 Nov 2005 20:49 GMT | 12 |
I am trying to run a query that will choose specific info based on a criteria I have on one field. The field is "PhoneType" and the selection criteria is currently "Home" for home phone number. How do I list everyone that has either a Home, Work, or Other phone type? If I word is ...
|