| Thread | Last Post | Replies |
|
| Over 30 Days | 14 May 2008 18:01 GMT | 6 |
I have a date field "daterecieved" i would like to query for items over 30 days old where a completed field is null. Please assist. I am trying to get the number of items over 30 days old if the completed field is Null. The daterecieved it the item I want to use to capture the 30 ...
|
| Grouping by month and year in crosstab, without losing date value | 14 May 2008 17:20 GMT | 2 |
I would like to be able to group dates by month in my crosstab query, without losing the date values. I am going to need to export this query to Excel to do additional data processing and graphs. So I need the month labels to actually represent dates, not strings of text.
|
| Calling managed code from an access database. | 14 May 2008 16:21 GMT | 2 |
Is it possible to call manged (i.e. .Net) code from an access database or a way to handle access form/report events from managed code? Jacob
|
| RE: Deleting Duplicate Records (Allen Browne post to 3/20/08) | 14 May 2008 16:11 GMT | 5 |
I also have duplicates in my Database and have entered the following for: - PrimaryID = ID1; - Table Name= TEST_MBS2; - Duplicate is defined as the same ID, LAST NAME, FIRST NAME, AMOUNT, and
|
| query for current month | 14 May 2008 15:42 GMT | 5 |
I have a full date.time stamp field and need a query to only pull records for the current month and following month.
|
| IIF STATEMENT | 14 May 2008 15:36 GMT | 1 |
Keep in mind that I have most of the fields. the only thing I don't have which should be include in the statement are the dates. I have the RACC field, serving size, sodium, cholesterol etc... I just don't know how to do this IIf statement
|
| Values in crosstab represent change -- how to get query to return "current value" for each month? | 14 May 2008 15:27 GMT | 1 |
So I've got this nifty crosstab query that shows me my data broken down over time. The rows are [Assessment Type] and [Question]; the columns are from the [Assessment Date] field; the values are from [Score]. So it looks like this:
|
| Update TableA with data from TableB using Update Query | 14 May 2008 14:58 GMT | 3 |
I am trying to add two fields to Table A from Table B. When AcctNo from TableA = AcctNo from TableB (here it is a primary key), I want two fields added to TableA. I have the fields created for TableA, but the update query returns blanks.
|
| Limiting Query Results | 14 May 2008 14:56 GMT | 2 |
I am trying to run a query that has these columns "Catalog Name" "Date Entered" "Session Number" "Item number" The Item Number is specific to the session number (i.e. Session 3 Item 1, Session 2 Item 2) and there is one session per catalog per day. I want the
|
| Is this Possible? - Working Days | 14 May 2008 14:53 GMT | 4 |
I have tables, forms and reports set up in my database that work perfectly to track vacation days taken. The problem is in order for the report to look right I have to put in each day separately. Is it possible to enter a range of days ex: start: 05/13/08 End: 05/31/08
|
| Shared Database | 14 May 2008 13:18 GMT | 1 |
I need some help about the this: I want 4 users using one MDB at sometime. It is possible?... The access don't lock the MDB?...
|
| There is missing a , sign ??? | 14 May 2008 13:13 GMT | 2 |
I'm about to transfer some data from on table to another. Here is my SQL INSERT INTO table1 (a, b) SELECT (a, b)
|
| Count Account Services with multiple occurrences | 14 May 2008 12:58 GMT | 1 |
I need to create a query that counts how many accounts have a specific service, but there can be many occurences of the same service on an account. Example Acct 1234 has limited services for 3 devices.
|
| Applying Wildcard for search | 14 May 2008 12:55 GMT | 1 |
i am creating a form where I have a search field. I want to be able to search by the entire name or part of it. I have used a query that has LIKE statement with % but it did not work for soem reason This is the code I used
|
| Not Selecting Field Name When Trying To Copy & Paste Cells | 14 May 2008 12:42 GMT | 1 |
If I try to copy more than one cell after running a query it always includes field names. I want to copy several cells in a line or the whole line and then paste it somewhere else but it always inludes the field names which I don't want. Is there some sequence of keys to hit where ...
|