| Thread | Last Post | Replies |
|
| Left Join | 16 Nov 2007 17:12 GMT | 2 |
I have a loan database that I want to write a query to reflect all active loans with or without a current month's payments. In other words, I want it to select all active loans even if there was no activety during the month. I have 1 query that pulls out all active loans; ...
|
| Query Criteria help | 16 Nov 2007 16:42 GMT | 8 |
I have table (tblReceipts) that has a receipt field with the data type set to text. This was done because receipts are sometimes entered as 1a, 1b, 1c, 2, 3, 4a, 4b etc. depending on the type of transaction that took place. I need help setting criteria in a query so that I can ...
|
| Data type mismatch in a simple query | 16 Nov 2007 16:36 GMT | 10 |
Folks: This is such a simple query - and yet it's driving me crazy! I have several fields in a table, and I use an iif function to set a new field based on the others. To remove any problems with data type, and
|
| ODBC Pass-Through Queries | 16 Nov 2007 16:09 GMT | 2 |
Is there a way to pass parameters to a server via ODBC Pass-Through queries in Access? Example: Doing a "select * from ThisTable" on a certain table in Oracle 10g at work
|
| Query....Queries! | 16 Nov 2007 16:03 GMT | 10 |
I want to create a query where: FIELD 1 CUSTOMER ID FIELD 2 CUSTOMER NAME FIELD 3 OPTION 1
|
| find duplicate records | 16 Nov 2007 15:46 GMT | 5 |
I am tring to find duplicate records and i have that working just fine but i would like to take the set_version and within the duplicate records only show the records that are not duplicated under the set_version column. I hope this makes sense. any help would be great. I have ...
|
| Option Group | 16 Nov 2007 15:26 GMT | 2 |
When using an option group in a form by assigning each catagory a number. How can we pull up the catagory name instead of the number in a query.
 Signature Rose
|
| Equivalent of Excel AND() function? | 16 Nov 2007 15:25 GMT | 3 |
Is there an equivalent of Excel's AND() function in Access? I have looked for threads related to "multiple conditions" but they all seem to be about multiple conditions yielding the same result. I would like have my formula yield a certain result only when two or more ...
|
| Basic subquery, not working (example provided) | 16 Nov 2007 15:21 GMT | 1 |
I'm trying to run following query: SELECT DBA_t_order.t_order_faktnr, DBA_t_order.t_order_ordernr INTO _table1 FROM DBA_t_order WHERE (((DBA_t_order.t_order_faktnr) In (SELECT DISTINCT
|
| Adding 3 months to first of month, not actual date? | 16 Nov 2007 15:08 GMT | 3 |
I have a date field in my database that represents the date a payment was made. The date can be any day within a month. There's also a field representing when the payment is through, which should be three months later, on the last day of the month. I'm trying to update the ...
|
| Delete duplicates records without data in field name | 16 Nov 2007 14:40 GMT | 5 |
I would like syntax query for delete duplicates records without data in the Field1: Ex: Id Field1 Field2 Field...
|
| Relative Date & Crosstab problem | 16 Nov 2007 14:30 GMT | 2 |
I have a crosstab, when I put the normal date the information shows but when I try to change it to a relative date, the query is empty and no values show. HELP!!!! PARAMETERS [forms]![PDate]![StartDate] DateTime;
|
| If....... then statement in a query | 16 Nov 2007 13:24 GMT | 4 |
I am writing a query that combines 2 budget tables. The only problem that I am having is the following: table Budget Account Detail fields Account Number
|
| Query criterion by form control unsteady | 16 Nov 2007 09:32 GMT | 5 |
A combo box was assigned as a criterion in a query like [Forms]![0019_WorkPlanConsult]![Combo6]. When I updated the combo box and tried to open the query, Access shows an error message "Microsoft JET database engine does not recognize '[Forms]![0019_WorkPlanConsult]![Combo6]'
|
| Lookup | 16 Nov 2007 08:01 GMT | 4 |
I have a form from a table - i have a field Staff name and a field National Insurance Number on the form; because it is linked directly to the table and not been created through a query i want a way that when i input the user name the NI number
|