| Thread | Last Post | Replies |
|
| count Iif is not null | 23 Mar 2008 18:54 GMT | 1 |
I really need some help. I have two formulas in excel that I am trying to mirror in my access database. Here are the Excel formula:
|
| ??union or crosstab | 23 Mar 2008 18:46 GMT | 8 |
I have a table names services with the fields ClientID, ContractName, ContractNotes I would like to be able to compare the notes from two different contracts (year to year comparison). I'd like the user to be prompted to [Enter Name
|
| Help with an Update query that finds characters in a string and replaces them | 23 Mar 2008 17:57 GMT | 2 |
I want to set up an Access query that searches for letters in a string and replaces those letters. Can you get me going? Thanks
|
| Select query | 23 Mar 2008 00:30 GMT | 4 |
Dear friends, I have a tblContact with 60 colums. I need to extract say column 3 based on value(202) in column 4, and 7 based on value (202) in colum 8 and column 11 based on value (202) in colum 12 -- into a new table.
|
| DSUM & Joins | 22 Mar 2008 15:53 GMT | 2 |
Can you use DSUM and in place of a table name put a join statment? Something like: DSum("BPV_Economic", "tblUnits_ComboGroups INNER JOIN tblUnits ON tblUnits_ComboGroups.SubUnitID = tblUnits.UnitID",
|
| pass through parameter | 22 Mar 2008 12:26 GMT | 4 |
I think this may be answered in other questions, but I'm unable to tease it out. I've a pass-through query select mem.empi,
|
| Do I use Concatenate? help! | 22 Mar 2008 06:25 GMT | 1 |
I'm looking for some help with creating a query. The fields are user, case, location, units I need a total count of locations, but whenever if the fields case and
|
| copy values from one table to another | 22 Mar 2008 06:05 GMT | 3 |
I have 2 tables, with the same number of records. I want to move the data from 4 fields from table1 to matching fields in table2. The primary key on each table is different, so I cant join the tables and do an update query. How can I get this data across?
|
| Two Crosstab with one total | 22 Mar 2008 05:54 GMT | 2 |
I am trying to get a running total on figures but am unable to do so. I can get them to show up on a query but unable to understand how they can be added together. Your help is appreciated. SELECT OvertimeTracking_CrosstabodlTOTAL.Mon,
|
| Inserting a period into a string | 22 Mar 2008 01:23 GMT | 2 |
I'm having a braincramp. I want to count from the right 2 spaces and insert a "." so 12345 becomes 123.45 Also in the case where a dollar amount has dropped a zero i.e. 12.5 how do i add a trailing zero i.e. 12.50
|
| Calculated fields | 22 Mar 2008 00:05 GMT | 2 |
Hello my name is Carlos, this is the first question I post, if you need more infro in order to provide some help, please let me know: I'm creating a Database to obtain the profit / loss of my clients (mutual funds)
|
| Return (display) only part of a field | 21 Mar 2008 22:58 GMT | 2 |
How would I go about in SQL - Access to display only part of a field after a specific character? For example, In Invoice.Memo, there would be variations on the following:
|
| Search by Text String Question | 21 Mar 2008 22:40 GMT | 3 |
If column a contains a word contained in a list from a table I want another column to list that word. Example Table Data Comments
|
| Execute query from textbox input | 21 Mar 2008 21:23 GMT | 3 |
I have a form which has a query made up of a few other queries (this may be an incorrect thing to do) as the Record Source. It has a three textboxes on the form in which I need each one to perform a specific query associated with that textbox. In other words, the user types
|
| Grouping by people already in the waiting room | 21 Mar 2008 20:46 GMT | 2 |
I would like to run a select query that groups the results by the number of people already waiting. this could be done based on either 2 or 3 columns. [arrival] (a D/T field), [depart] (a D/T field), and [Length_of Stay] in minutes (a double data type field)
|