| Thread | Last Post | Replies |
|
| Diference between hours when hours in diferent recordset | 16 May 2007 15:05 GMT | 9 |
Hello. I need to calculate the diference between diferente hours, but those hours are are in diferente recordsets. Like this: -----------------------------------------------------------------------------
|
| Less of Two...but not ZERO | 16 May 2007 14:44 GMT | 3 |
I'm looking to take the lesser of 2 data values (in different colums) but only when the data is greater than 100. Here's an example: Col A Col B Desired result 664 0 664
|
| Passing Public varialble to a query | 16 May 2007 14:29 GMT | 5 |
Hello, I've got a button that when pushed will declare my VarCurrQry variable as a parameter that I then want to pass to a query. From reading posts it looks like I need to set up a module but I'm getting
|
| Unable to access database simultaneously | 16 May 2007 14:04 GMT | 1 |
we have migrated the machines from one domain to another. after that users are not able to access the access database simultaneously. please suggest
|
| Counting within a count group by query? | 16 May 2007 12:16 GMT | 4 |
I would like to ask for your assistance with merging two queries into one to achieve a desired outcome. The first query counts the total occurrences for each ANI. The second query counts the total for a specific condition of each ANI.
|
| How do I correct erros from another program? | 16 May 2007 09:47 GMT | 4 |
Hello. I'm creating a querie from another program. It register the time of each employee get in and get out of work. But the machine that read cards and register have problems, well it's not it's fault it'as just the way that it's
|
| Delete query - current record on form | 16 May 2007 09:22 GMT | 2 |
Please help! I would like to place a command button called "Clear" on my form to delete the current active record and enable the entry of fresh info (with a new, unique autonumber).
|
| iif statement returning syntax error | 16 May 2007 00:29 GMT | 2 |
This statement returns a syntax error, indicating I may have entered an operand without an operator: IIf([alteredchoice]="no", "Unaltered at Intake", IIf ([alteredchoice]="spayed" And [spayneuterbillingstatuschoice]="prior
|
| Filtered data, etc. | 15 May 2007 23:44 GMT | 5 |
I have used Access for a number of years, although mostly just basic functions, and now have the new 2007 version. My question stripped down: I have a table with a few thousand lines of data, the important fields being 1) the SSN field, which will have multiple lines of the same ...
|
| HOw to prevent Access Mucking up my formulas! | 15 May 2007 22:56 GMT | 1 |
I am looking at a formula that I wrote that begins Sum(... Problem Is, I NEVER PUT that at the beginning my formula. MY Formula started with IIF(... Access rewrote my formula. While technically, this new version should
|
| (QRY) I have no idea how to put this into words... | 15 May 2007 21:58 GMT | 3 |
...much less a SQL statement. A supervisor several levels above my direct supervisor 'asked' me to include a chart view option in a database interface I developed, with the underlying query acomplishing the following:
|
| Update Query - Move Data Between Fields | 15 May 2007 21:02 GMT | 1 |
I have a table made up of fields A, B, and C. I want to update the data in the table such that the value in fields C is placed in field A, and field C is set to null. thanks for the help -seems like this should be very simple.
|
| Removing Duplicates with multi level queries | 15 May 2007 20:35 GMT | 1 |
I am working on normalizing a poorly designed database for a friends contruction co. using Access 2003 or 2007. I have a table with with each job info, the contractor info, and the owner info. Obviously this needs to be broken out into at least 3 tables.
|
| Add leading zeros to data and remove hyphens... | 15 May 2007 19:40 GMT | 1 |
I found the code below on here for removing hyphens and adding zeros to a txt field. However, where do I put this code? How do I get this to do it's work? Anyways....if anyone has other solutions..please let me know. All I want to do is take a current txt field that contains ...
|
| Query query | 15 May 2007 19:36 GMT | 4 |
I am trying to create a new field in which it shows the sum total of 10 fields (Charge Time, Charge Time 2, Charge Time 3, etc.); what is the easiest way to do this?
|