| Thread | Last Post | Replies |
|
| Combining Arguments | 25 Apr 2008 21:39 GMT | 8 |
I've been tearing my hair out over this, so any help on this would be greatly appreciated and, I'd also start to look less like Opi from Family Guy!!!!!! The first three arguments work perfectly, however where I get stuck is
|
| Shift data | 25 Apr 2008 20:45 GMT | 2 |
I have two columns: DivisionID and RegionID - there are sometimes more than one Region per Division, so there would be for example three records for one division if there were three regions in one division. I want to still have 2 columns, but a only one record for each division.
|
| Default date for Null field | 25 Apr 2008 20:18 GMT | 5 |
I created an expression to fill null fields in one of my tables with a designated default date using the IIf function. The null fields were filled but when I apply a <=[question] criteria, records containing the default dates are not always included, depends on the criteria date ...
|
| appending a Learner and Aims set of records to a txt file | 25 Apr 2008 19:33 GMT | 4 |
I need to create a fixed width text file in the format: Learner details record Learner aims record Learner aims record
|
| best way to write (recursive?) query | 25 Apr 2008 19:10 GMT | 3 |
I must write a report for a dance competition, and a set-only approach escapes me. routines, dancers, scores: - routine n <-- --> n dancers
|
| SQL Query UPDATE & SELECT COUNT does not work | 25 Apr 2008 17:33 GMT | 1 |
I want to count the number of cmdes from table CMDS and update field CmdNb in another table CUST UPDATE CUST SET CmdNb = (SELECT COUNT(*) FROM CMDS WHERE CUST.id = CMDS.id);
|
| Rename two fields and calculate the difference using the new etiqu | 25 Apr 2008 15:45 GMT | 1 |
I have the following query: SELECT 1402 AS ACCOUNT, [YY Saldo 1402].SummaförAMOUNT AS HB, [YY Saldo 1402].ACQ_AV_ACCRUED_INT AS SESAM, [HB]-[SESAM] AS [Diff HB SESAM] FROM [YY Saldo 1402]
|
| Access 2007 Records Totals sum missing from List box | 25 Apr 2008 15:38 GMT | 2 |
Hi I have a very basic phone records file which I download and run a query on. I have a couple of expressions for formating and calculation to make the data show in minutes. It all looks great until I select the totals button in the records which gives a row at the bottom of
|
| Query Filter by Entering Criteria | 25 Apr 2008 14:06 GMT | 9 |
How do I limit my query's reults, if i want the user to enter in the filtering critera. I know that you can the box-brackets [ ], but what if you only know part of the filtering field.
|
| Kind of new to Access..... | 25 Apr 2008 13:43 GMT | 1 |
could you please give me some more info on how to do the above. Thanks
|
| Searching Multiple Columns in Acess | 25 Apr 2008 13:23 GMT | 5 |
I am trying to workout a way that I can run a query that will search a number of columns and bring me the latest date back for that id number example AddressID Appt1 Appt2 Appt3 Appt4 Appt5
|
| Query error | 25 Apr 2008 10:03 GMT | 1 |
Hai,to every one here is my question I have designed the coding to collect the feedback report from the user ,which includes Name of the user, staffno and comments.But when I click on
|
| What put the bang! in my subquery | 25 Apr 2008 08:30 GMT | 2 |
Playing around with Subqueries I've noticed that whenever I do anything to change the query in the Design view, a bang (!) appears just in front of the brackets that section off the subquery. Then I get an error about the ! when I try to run the query
|
| Moving Data to "history" database | 25 Apr 2008 06:30 GMT | 2 |
I am looking to move data as a whole, not sure if what I am looking to do is possible or just wishful thinking. Setup: I have a database with several tables, some are background type information, using SSN number as the primary key (only one entry per table).
|
| This may seem like a very newb question... | 25 Apr 2008 06:25 GMT | 2 |
In my job I currently use Excel to track information. I have a group of employees that provide treatment to a large list of patients each day. Every employee keeps track of their treatment time in minutes on a schedule sheet which they turn in at the end of the day. I have a
|