| Thread | Last Post | Replies |
|
| Text Field | 08 Apr 2008 23:38 GMT | 4 |
I ahev a text field in my table that display quantities like this, (5 EA, 16 PAC, 1,000 EA). There is always a space after the number. How do I strip everything to the right of the space (i.e. EA, PAC) so I can then convert this field to a number?
|
| Conditionally make headers/footers visible | 08 Apr 2008 23:20 GMT | 3 |
I have a query that has the following fields; AtlasSection, AtlasPage, PersonName, AddressInfo. The result of the report should look like: AtlasSection AtlasPage PersonName AddressInfo 1 1 JohnDoe Anywhere
|
| Using GetBusinessDay with DateAdd | 08 Apr 2008 23:16 GMT | 3 |
How/where would I kick off the GetBusinessDay function in the following query expression. I want to calculate 120 days ahead and, if that date falls on a weekend or holiday, get the next business day.: Express1: IIf([Ident]=4 And
|
| Help with a query | 08 Apr 2008 23:03 GMT | 1 |
I wrote this query Base Pay: IIf([Emp Base Pay Rate] Is Null Or [Total Amount Docked] Is Null Or [Total Pay Adjustment] Is Null,0,[Emp Base Pay Rate]+[Total Amount Docked]+[Total Pay Adjustment])
|
| Need to account for weekends on some SQL | 08 Apr 2008 22:50 GMT | 2 |
I need to query for dates from current day to 7 days out. What I have here will count weekends in the query. I need to improve this SQL so it does not take weekend days into consideration: Between Date()-"1" And Date()+"8"
|
| Limit query results to 1 item | 08 Apr 2008 22:50 GMT | 5 |
SELECT tblFullSelectInfo.Name, tblFullSelectInfo.DateSelected, tblFullSelectInfo.Rank, tblFullSelectInfo.SSN, tblFullSelectInfo.Notes, tblFullSelectInfo.WorkCenter, tblFullSelectInfo.WorkPhone, tblFullSelectInfo.PendingPool, tblFullSelectInfo.DueDate,
|
| Convert text string to number in a query | 08 Apr 2008 21:50 GMT | 5 |
Ok i have an infopath form where users enter a number and it is stored into an access database... Problem is, Infopath throws a fit if you format those fields as numbers in access.
|
| Duplicate Amounts don't show up in Union Query | 08 Apr 2008 21:20 GMT | 2 |
I have the following SQL but Sales has duplicate values that don't show up in the result of the query what am I doing wrong SELECT CashReceiptAmount AS Cash, 0 AS Sales FROM tblCashReceipts
|
| Query Not a Valid Name | 08 Apr 2008 21:04 GMT | 15 |
Access 2003 I'm mystified by a series of basic queries in a database I originally created in Access 2000. They have simple names such as "qryCountByYr" but when I try to run them, I get that invalid query name error message.There's
|
| SQL if then | 08 Apr 2008 20:38 GMT | 1 |
I am trying to compare values and calculate the difference between them based on the compairason. Here is the code I have so far but I always get a syntax error. IF [U_Start date] <= [C_Start date] AND [U_End date] <= [C_End date] THEN
|
| append query | 08 Apr 2008 20:22 GMT | 1 |
I have 2 tables. (Table1 and Table2). I want to append on piece of data (Data1) from Table1 to Table2. This append query is ran everytime I open a form. I only want records that have not been added to Table2 yet. So only new records.
|
| Dont want a calculation to round its result | 08 Apr 2008 19:43 GMT | 2 |
I have an update query that is calculating a field based on other criteria in the table. The calculation works ok, except it round the result. in this kind of calculation there is a big differnce between 4.4 and just 4. I tried Val and CCur and CDbl as well as formatting the ...
|
| update item code | 08 Apr 2008 19:20 GMT | 1 |
We like to replace some of our item code. i.e. sales history database, item database... We have a a replacemene code database has 2 fields. old item code and new item code.
|
| File Naming | 08 Apr 2008 19:11 GMT | 1 |
I created a macro that runs OutpuTo a txt file. Can I rename the file with this naming convention: "mmddyy (now)" & "query name".txt = 040808Sales.txt Thank you.
|
| Between Months | 08 Apr 2008 18:27 GMT | 1 |
I need a query to provide results of people based on a date range entered on a form. The trick is the date they enter on a form needs to get the people using their STARTDATE field. Meaning, if the user enters on the form 1/1/2008 to 4/1/2008, people with a STARTDATE between ...
|