| Thread | Last Post | Replies |
|
| Average | 30 Apr 2006 23:06 GMT | 9 |
I have data in a table as follows: Company Location Number Comp A CA 3 Comp A WA 3
|
| Combo boxes and products with multiple categories | 30 Apr 2006 19:11 GMT | 5 |
I have looked in the posts for this problem, but I guess I am not asking the right questions. I use Access 2003. I have the typical setup for products …combo box A to select a category for
|
| Return max value | 30 Apr 2006 19:08 GMT | 6 |
Hello i have a table
| Emp | A | B | C | | 10 | 2 | 4 | 6 | | 16 | 7 | 8 | 1 | |
| Update to Box in update query | 30 Apr 2006 18:51 GMT | 3 |
Can someone explain the grid on the update query. Does it go like this.. 1. field: what field you want updated 2. Table: The table from #1 (above) field
|
| multiple criteria | 30 Apr 2006 17:58 GMT | 1 |
I have a query containing a field POID. I want to set the criteria for this field to a value obtained from one of two forms. This is what I've set as the criteria: [Forms]![frmChoosePONOFilt].[cboPONO] Or [Forms]![frmOrderFilt].[txtPOID]
|
| Simple Delete? Not For Me | 30 Apr 2006 15:48 GMT | 2 |
I need to delete records from several tables but I get an error about selecting the table where to delete these records? This is an example of one of the tables I need to delete these records from. I first did a select query (OrderID's To Delete)
|
| Selecting different tables | 30 Apr 2006 14:15 GMT | 6 |
I am trying to combine an Access program that we have at different sites into a single one. I have been able to accomplish almost all of it but have hit a snag when when running the history look up form. I have tables labeld "History_Table_Birdsall" or "HIstory_Table_Cascade" etc ...
|
| Mangled Subquery | 30 Apr 2006 10:35 GMT | 6 |
I stole the "mangled" from another post. It seems appropriate. I went into the SQL on one of my queries and created my own subquery as follows LEFT JOIN (Select * From tblSubs_tags Where Code = "NP") AS SubsTags ON
|
| Insert records in Parent and child tables | 29 Apr 2006 23:07 GMT | 5 |
I have a spreadsheet which contains a parent name and 3 children inames n one row. I want to import the data into access, I have a parent table and a child table, both of these are linked with parent id as a foreign key in child table.
|
| Elapsed Time Assistance | 29 Apr 2006 19:36 GMT | 3 |
I found the following article and sample DB. http://office.microsoft.com/en-au/assistance/HA011102181033.aspx After importing the module, everything works great. However instead of just House:Minutes, I would like to edit the module below to display
|
| Autonumber by groups | 29 Apr 2006 18:04 GMT | 7 |
I am trying to create an autonumber field within a query, but I would like to autonumber by groups. I have two fields in the query, but would like the third to be the autonumber grouped on the values in the first field. My data would look something like this if successfull:
|
| Comparing Two Adjacement Records | 29 Apr 2006 17:47 GMT | 1 |
I am new to access. My Data looks like columns a,b,c,d: Id Date Time Code Difference 1 20060428 93155 53
|
| return records from some date and last 30 days | 29 Apr 2006 15:44 GMT | 2 |
I thought I had solved this problem, but I have discovered I haven't. I have a query where I want a prompt for the user to enter a date and have only the records returned from the date entered and the previous 30 days. I had entered the following in the crtieria field: ...
|
| duplicate mailing labels | 29 Apr 2006 14:54 GMT | 5 |
i am creating a database (in access 2000) for mailouts among other things. i found a tutorial in the knowledge base to allow 2 addressees at the same address using 3 queries. one uses 'first' function on names, one uses 'last' and the other links the two queries to give only 1 ...
|
| Multiple table select query remove duplicates | 29 Apr 2006 07:06 GMT | 2 |
I have two tables exp_recs and inc_recs both with the following fields :- ID - Primary key ac_gross ac_date
|