| Thread | Last Post | Replies |
|
| query sometimes returns no data | 21 Apr 2006 16:11 GMT | 1 |
I have a Query to generate a Report that is a form letter. I have a table with a Name that is pulled by the query into the Report. I have another table with names and the company they are associated with. I have this table so that if the Name has a Company the it will be added ...
|
| Query SQL not working.. | 21 Apr 2006 15:37 GMT | 18 |
Hello everyone, working with a database where I'm trying to produce a query that will list all records that meet a certain condition. Here is my SQL ... SELECT Monitoring_Well_Data.SampleDate, Monitoring_Well_Data.Well
|
| Hyperlinks in a query | 21 Apr 2006 15:27 GMT | 7 |
I posed this question a couple of days ago and got no response. Can someone help. I have a multiple user database that the user inputs data in through a form. One question the form is: What is the name of your file saved on the
|
| Hyperlink column type in SQL | 21 Apr 2006 15:25 GMT | 3 |
I'm trying to create a table using SQL in Access, but can't seem to create a column with type Hyperlink. I'm actually trying to do this via Delphi and using the TADOCommand component to run SQL on the database. It's all working well, apart
|
| Group by | 21 Apr 2006 15:19 GMT | 2 |
I have limited experience with Access and need assistance. I have an shipment table that includes origin zip code, destination zip code, and ship date. I need to group all shipments that have the same ship date and same origin-destination zip codes. I need to also know how many ...
|
| Placing a parameter on a calculated field? | 21 Apr 2006 14:40 GMT | 2 |
The calculated field in my query is DateDiff("d",Date(),[ExpirationDate]) and the parameter on this field (entered in the criteria section) is Between [Low Value] and [High Value]. The results are incorrect when I run the query yet when I replace low and high values with actual ...
|
| [mysql 3.23] Sum in Queries wrong | 21 Apr 2006 13:15 GMT | 1 |
Well the following query is not the one i will use but it's the same prob : SELECT sum(country_id ) , count( country_id ) FROM Tbl_Country, Tbl_config
|
| My Query is too complex | 21 Apr 2006 13:11 GMT | 2 |
Please can you help my query keeps saying it is too complex and i am not sure how to get around the problem (not wanting to do more queries to supply me with the daya i need) Below I have showm my query
|
| Generation of Queries to identify duplicates records in Access Dat | 21 Apr 2006 13:09 GMT | 2 |
We have an Access 2000 Database with Duplicate records. These records have unique identifiers for the individuals (person or company. The database is a registry, where individuals can register different products. The duplicates have typically been caused by incorrect data entry
|
| Delete query | 21 Apr 2006 12:54 GMT | 1 |
I have the following query which i like to convert into a delete query and use the command Dim StrDelete As String DoCmd.RunSQL StrDelete
|
| Multiple criteria query | 21 Apr 2006 12:32 GMT | 8 |
I need to create a query that selects data that is like one set of criteria but not like that criteria along with others. This is so confusing to me that I cannot even phrase the question properly. Here is an example: Field1 like 'A' but not like 'A' and 'B' and 'C'
|
| Change colour or record selected in datasheet/subform | 21 Apr 2006 07:11 GMT | 4 |
Can anyone help me with this: I have a form with a subform and would like to change the colour of that row/record that has been selected so the user can see which record they are looking at easily.
|
| how can I count only distinct rows > 1, maybe in HAVING criteria? | 21 Apr 2006 05:00 GMT | 1 |
I have already created a query of distinct rows. In this same query, I need the query to also return the rows ( the data includes an employee id) where the employee id is found more than once. Thanks
|
| Send an "In ('Criteria')" parameter to a query | 21 Apr 2006 01:17 GMT | 2 |
I currently have the following query: SELECT dbo_myvDeltaT.jobnum, dbo_mytShortages.class FROM dbo_myvDeltaT INNER JOIN dbo_mytShortages ON dbo_myvDeltaT.jobnum = dbo_mytShortages.jobnum
|
| Output of module/procedure in report | 20 Apr 2006 23:16 GMT | 4 |
i write the module function to get the output which is as : Sub MySecondConnection() Dim con1 As ADODB.Connection
|