| Thread | Last Post | Replies |
|
| Append query NOT appending | 02 Nov 2006 18:22 GMT | 1 |
I have an Access 2000 database. I wrote an append query to append from one table to another. The fields are all the same. The only key on the table that I'm trying to add data to is an AutoNumber field. I am NOT trying to append data to this field.
|
| Search function | 02 Nov 2006 18:21 GMT | 3 |
I need to search fields in the database that contain certain a given string ie if the user enter ABC and the field content is 'ABCD' the record should then return Thank you,
|
| Survey Queries in Access | 02 Nov 2006 18:00 GMT | 5 |
It's my first time to build a database and just learning Access as I go . I am trying to design a simple database on survey tracking. Here is my table structure: tblPerson
|
| Crosstab or pivot table | 02 Nov 2006 17:43 GMT | 1 |
Is it possible to create a crosstab query or pivot table that summarizes the data without the calculations? I have a table that lists courses that are taught (including which semester and which period of the day) and a table that lists the instructors. I need to combine the two ...
|
| Appending an incremental Long Integer Field | 02 Nov 2006 17:42 GMT | 1 |
Dear friends, I have a table tbl_Members and every year I will sent subscription invoices to those members, once a year. I need to run (I don’t know – perhaps a query) in order to append into the table tbl_MembersSubscriptions for each
|
| nested Join | 02 Nov 2006 16:43 GMT | 1 |
I have a question about nested join.(I'm not sure that this is the right name of this join) I want to create the following querie. I will give an example.
|
| Cannot design query to display records correctly | 02 Nov 2006 16:39 GMT | 1 |
I have a query I am trying to design for a manpower database I am working with. I have two tables among others involved in the query. The first table is called Shifts and displays all of the available shifts and jobs. Each record in the table has two fields: shift code (ie ...
|
| Select and updates records based on previous record selections | 02 Nov 2006 15:42 GMT | 2 |
Have 2 tables: INVOICE DATA: consisting of Invoice Number (key, autonumber generation), customer number, sales order number, amount, sales order date, invoice date, status, comments
|
| searching data | 02 Nov 2006 14:27 GMT | 6 |
I have MDB, and I have form for every table. The MDB is for CRM. I want to know how to write syntax to make search in some field. I mean that, if I have Customer form, that his details are:
|
| Complex query with non-standard return value | 02 Nov 2006 14:24 GMT | 7 |
Any help will be appreciated!!! 1) What I have: - 14 tables in Access 2003 with randomly missing records in every table; - all 14 tables have the same primary key (Column 1) and have a one-to-one
|
| Olympic sorting of a query | 02 Nov 2006 12:02 GMT | 2 |
i have a table like this: Name Category Team Speciality Ken A K1 100m Ken1 A K1 100m
|
| Text output field length | 02 Nov 2006 09:28 GMT | 2 |
I started this discussion in another thread, but have solved my initial problem so I thought it warranted a new one. Here is my expression FirstName: Trim([dbo_Pr_EmpDemo_T]![chrFirstName]) &
|
| Passing a null value to a function from SQL | 02 Nov 2006 05:48 GMT | 1 |
Why is this not possible? I have a Date field that is sometimes null, but I still want to be able to pass this value to my function. I get the data mismatch error though... It makes no difference if i check for IsNull inside my function as it
|
| create query from unrelated tables | 02 Nov 2006 05:02 GMT | 7 |
Hello all, i've got an empty table with it's own set of headers. i've got a second table full of products also with it's own set of headers. they are totally unrelated. i need to get the data from the second table into the first table so that i can upload it to my store and populate ...
|
| Schema | 02 Nov 2006 04:37 GMT | 2 |
How can you print out or copy the the database design to a file? Field names and other information? Anyone know? Dale
|