| Thread | Last Post | Replies |
|
| Export query as csv file instead of a text file | 17 May 2005 13:45 GMT | 2 |
I'm having problems exporting a query as a csv file. The application (Sage accounts) i want to export it to can only import it if it has a .csv file extension. As i can only save the query with a .txt file extension I need to somehow convert it to a .csv file. Any suggestions ...
|
| Designing Query criteria from VB | 17 May 2005 11:20 GMT | 1 |
Hi, I have a query named "Salidas", I want a code in VB that opens that query (docmd.openquery "Salidas") and define a criteria in the column "Tipo" (that can be "facturas", "Notas" or "Sal. Int."). Example:
|
| Summing two fields when one is blank | 17 May 2005 10:02 GMT | 3 |
I have three tables. One is called TherapistMain and has two fields: TherapistName WeeklyTargetRevenue. I then have a WeeklyProductRevenue and a WeeklyServiceRevenueTable. Both of these tables have the two fields which include TherapistName and Revenue. There are frequent ...
|
| Restricting responses in queries | 17 May 2005 09:54 GMT | 1 |
To query a field that has a value list in order to restrict the response to certain values from the list I use this method: In ("Value1","Value2",) etc How would it work if I wanted to restrict mutiple values. Ie if there were
|
| Editing information in queries | 17 May 2005 09:20 GMT | 3 |
I want to edit information returned in queries but everytime I try too Access wont let me. The macro that opens the query clearly opens it in EDIT MODE. Whats the problem?
|
| Locking individual records | 17 May 2005 02:27 GMT | 1 |
How can i lock a record so that the common user cannot alter its contents after a comman button has been pressed. Example: I have engineers typing up information in to a record and when they
|
| extract value | 17 May 2005 01:41 GMT | 4 |
i need assistance extract the following 12345 from 3001-12345Y 653 from 2007-653Z 23 from 4009-23p
|
| increment # for each record | 17 May 2005 00:47 GMT | 3 |
I've got a large database where I want to delete duplicate records using a delete query. I've set up a totals query to determine which duplicate record to delete, but I need a unique field in the duplicate records to tell which one to delete. I'm trying to assign an incremental ...
|
| Adding two queries when one is null | 16 May 2005 23:06 GMT | 1 |
SELECT IIf(IsNull(Sum([vend_div_vol]![vendvolume])),Sum([OPDS2_Div_Vol]![DivVolume]),IIf(IsNull(Sum([OPDS2_Div_Vol]![DivVolume])),Sum([vend_div_vol]![vendvolume]),Sum([vend_div_vol]![vendvolume])+Sum([OPDS2_Div_Vol]![DivVolume]))) AS Volume FROM ((OPDS2_Div_Vol INNER JOIN ...
|
| Subset query | 16 May 2005 23:03 GMT | 2 |
I am using the following SQL in Access to run a query. I would like to limit the number of records returned in the Horse column to the lastest 25 (specified by DateOfRace). So I'm NOT limiting the overall query to 25 records, but a subset groups of records in each Horse column ...
|
| User request regarding a calculated field | 16 May 2005 22:09 GMT | 1 |
can I override a calculated field by typing in another number?
|
| ODBC Timeout default | 16 May 2005 21:06 GMT | 3 |
Is there a way to change the default ODBC time out on queries that connect to a SQL server table?
|
| Removing Data From Feild... | 16 May 2005 20:54 GMT | 3 |
I have a table that holds information about orders... it has 12 feilds. The original creator of the database didn't create separate feilds for the pickup_address and pickup_state. So, the pickup_address feild as data formatted like this:
|
| query only ones starts with character | 16 May 2005 20:07 GMT | 2 |
I have "invoice Numer" field and some records contains just number and some begins with a letter. How would I query up invoices that contains letter(alpha)? not using like [a-z]*. I don't want it to input a criteria, i want to run
|
| Unique Record | 16 May 2005 19:52 GMT | 1 |
Hi, There, I would like to get your asistance to work an more effiicent query. I can accomplish the job by break the task into several queries and I believe there should be a better way.
|