| Thread | Last Post | Replies |
|
| Query based on form open | 02 Nov 2006 03:47 GMT | 1 |
I have a customer database that sales people use to track their customers. On opening the sales rep can search for the customer by account no, phone number, contact name, or company name which then opens the main form, frmCustomers. For security reasons I don't want the sales rep ...
|
| create record in one table and update junction table at the same t | 02 Nov 2006 03:30 GMT | 1 |
I have a two tables, obligations and instruments. I have a junction table(obl_inst) to create a many to many between those two tables. My main form is instruments and obligations is a subform. If neither table is populated and I add an instruments record thru the instrument ...
|
| How do I return the field name when the check box = Yes | 02 Nov 2006 01:27 GMT | 4 |
I have a database that tracks medical facilities. Each facility has at least one Specialty classification (ex. surgery, pediatrics, cardiology, etc), and many of them have several Specialty classifications. The facility name is the Primary key for the table that stores the info ...
|
| opposite of trim? | 02 Nov 2006 01:12 GMT | 10 |
I am familiar with the trim command to drop extra spaces in a data field when joining 2 fields. But I am trying to create a table that acutually inserts blanks or spaces so that ifwe normally see Jacob(end)
|
| Delete Query syntax in VBA querydef | 02 Nov 2006 00:19 GMT | 9 |
I am working on a delete batch form that simply deletes assigned batches for users. The records that need to be deleted are in the assignedbatches table. I have only a little experience with delete queries, but this works in the Access QDG:
|
| show zero values in query results | 02 Nov 2006 00:13 GMT | 1 |
I have an Access database that analyses telecoms data for a number of clients, each with their own list of numbers. I have a master data list that contains weekly call data. This is matched up to the list of numbers for each client and a report produced showing calls to those ...
|
| find next available number with a query | 02 Nov 2006 00:07 GMT | 2 |
I have a predefined list of id's in a table named tracts. None of the other fields in the tract table are populated. I want to use a query to find the first available number in the tract table and use this to populate a combo box. Available means the record is clean other than ...
|
| help on calculations | 01 Nov 2006 22:52 GMT | 3 |
I am trying to make a calculation in a field on a query as follows when [position] is less then 21 and greater then 0 = A when [position is less then 41 and greater then 20 = B when [position is less then 51 and greater then 40 = C
|
| Select Case Syntax | 01 Nov 2006 22:46 GMT | 2 |
I have a M.S Access query that I am trying to use a variable to pull current data, so in the criteria of the specific field. I am using the Select Case command to populate the variable. The code looks the following:
|
| Replace first Digit | 01 Nov 2006 22:39 GMT | 2 |
I want to replace the first digit in a text fld from a 1 to 8. What is the best way to do this in a query. The length of digits very from 6 to 9. Thanks Matt
|
| permanently store a Criteria in query using a combo box | 01 Nov 2006 21:28 GMT | 21 |
This is what I have: 1) A tblLocation with 3 numerical records called OfficeID (1,2,3) 2) A query called qryData based on the tblData. The Criteria in the query is set to 1 so I can retrieve only data for office 1
|
| Calculate the sum of several records from a table | 01 Nov 2006 21:12 GMT | 2 |
Total newby when it comes to access so im hoping someone can put me in the right direction. I am trying to calculate answers completed in a survey. Here is my table structure: tblPerson
|
| problem with access query | 01 Nov 2006 18:41 GMT | 2 |
I have a table with these columns: idExam idQuestion Result total ===== ======== ===== ==== 1 1 ok 12
|
| transpose multiple record values into a single record | 01 Nov 2006 17:54 GMT | 14 |
My current query results contain the following fields: PatientID, Claimnum, Activitynum, Diag1, Diag2, Diag3, Diag4, Proc. Each patient can have multiple claims. Each claim can have multiple activities. Each activity will have Diags 1-4 and a Proc.
|
| Between...And Operators | 01 Nov 2006 17:22 GMT | 3 |
I have a query whose criteria is based on dates on a form: Between [Forms]![Performance Measure]![txtBeginDate] And [Forms]![Performance Measure]![txtEndDate] txtBeginDate = 10/1/06, txtEndDate = 10/31/06
|