| Thread | Last Post | Replies |
|
| Running a Query | 17 Aug 2005 15:24 GMT | 8 |
Hi, Someone wants me to try and run this querry in Access to see what data it brings. (it comes from a web form that pulls the e-mail addresses from a table in an access database)
|
| make table query unique id | 17 Aug 2005 14:59 GMT | 2 |
How do I add a unique ID to a table when I am using a make table query in an Access project database? The database is rebuilt every evening so I can't define it in the table designer.
|
| IIf statement? Or Choose? | 17 Aug 2005 12:30 GMT | 5 |
I have a table that has three fields with a 'loss reason' where any of the three may be populated or all could be blank: Company Loss1 Loss2 Loss3 A No interest
|
| Query latest record for each master record | 17 Aug 2005 10:42 GMT | 1 |
I need a query to retrieve only the latest "note" for each "project" in my database. The "note" table is linked to "project" by a field called ProjectID. Each week I update the notes for each project that I am managing but often, there is no change so we might as well use the ...
|
| LIKE does not working with VB-Access | 17 Aug 2005 06:27 GMT | 3 |
SELECT Ctmid , CtmName , CtmAddress1 , CtyCityName , StmStateName , CtmPhNo1 , CtmWebsite FROM (StateMst RIGHT JOIN (CityMst RIGHT JOIN CustomerMst ON CityMst.CtyCityId = CustomerMst.CtmCityId) ON StateMst.StmStateId = CustomerMst.CtmStateId) RIGHT JOIN CustomerContact ON ...
|
| help with an update query.... | 17 Aug 2005 03:37 GMT | 9 |
Good Day all... I am trying to run an update query from a Subform on a mainform. I am wanting to run the qrypdate on the close of an invoice report. below is my code for my update query, but when I try to run it just from a
|
| Another calculated field criteria problem | 17 Aug 2005 02:20 GMT | 3 |
Hi. The following query retrieves no records. If I remove the WHERE statement it works fine. I understand it's probably because column 5 (Due Date) is calculated from column 4 (CalDate), but none of the answers to previous posts seem to help.
|
| Module Causing Data Type Mismatch | 17 Aug 2005 02:17 GMT | 2 |
I'm using Access 2002. I have made a function to create a field value based on the values of other fields. All of these fields are text fields, so I declare them as strings, but whenever I run the query I am getting a data mismatch error. Here's the code. Any thoughts would be ...
|
| Invoice +1 in Query for Report | 17 Aug 2005 01:45 GMT | 1 |
I am running several reports from the same query (I change paramater within the query then run the report). I want to be able to create a invoice number and increment it by one every time I run a report. I' guessing I need to create an entry into the query that does this an
|
| Datestamp a File Name | 17 Aug 2005 01:13 GMT | 1 |
Is there any way to set a date stamp to a file name? I run the same queries each morning and would like to send them to a server without overwriting the previous file. I would like to keep the existing file name but have it add the date to the name each time the query is run.
|
| Linked Table Query Problems (SQL Server ODBC) | 16 Aug 2005 22:48 GMT | 4 |
I already posted this once, but perhaps didn't phrase it right. I have an Access 2003 Application that contains a linked table from a SQL Server 2000 Database. (It was upsized from Access 97.) The following Query SQL yields many records.
|
| IN like clause? | 16 Aug 2005 22:45 GMT | 1 |
Does Access have the equivalent of the SQL 'IN' clause? TIA, Dan
|
| Removing dates that fall on a weekend | 16 Aug 2005 22:28 GMT | 2 |
I have a MS Access table that includes 7 days in a week. I need to make a querie that removes dates that fall on a weekend. (So I'll just have data returned Monday through Friday) Thanks for any help!
|
| Calculation on a calculated field in query | 16 Aug 2005 22:18 GMT | 1 |
I am trying to TOTAL (or Sum) an already calculated field I've added t a query. It doesn't work to =Sum(field) in the report so I believe need to do this in the quiery. So what I need to do is do a total of the Expr1 fields. Do I mak
|
| Problem query with calculated number and a parameter | 16 Aug 2005 22:02 GMT | 3 |
I am trying to achieve something relatively simple but it's not working for me. Any help would be greatly appreciated. In a calculated field, Aged Date, I would like to set up a parameter so the user can specify how many days, greater or equal value, to display.
|