| Thread | Last Post | Replies |
|
| Updating one tables value based on another table | 08 Nov 2005 12:21 GMT | 1 |
I have two tables, table1 and table2. Table1 contains fields named "BTN", "product", "sale_date", "product_type" There are various products in the product table with a date for each sale. The sales field contains 1 of 4 values that desccribe the catagory of each
|
| record deleted error when using parameter | 08 Nov 2005 10:37 GMT | 1 |
I have a query that acesses linked tables. When I use a parameter criteria (Date or Job Number) I get record deleted and the query aborts. If I enter a date or Job Number the query runs and returns the expected data. I can't figure the logic on this. Anyone got any adeas how to ...
|
| Update one table with the contents of another | 08 Nov 2005 08:55 GMT | 8 |
I have 2 tables holding address details. Once details have been input into table 1 I wish to update table 2 with the same data where 'Yes' is chosen in the 'Update Address' field. Would this be done by using an append query? Or an update query? and if so, how?
|
| More of a professional question than anything else | 08 Nov 2005 08:31 GMT | 6 |
I am a small business IT guy going to cal poly full time and working close to 30 hrs a week at this company. I am the only programmer there, but there is another IT guy that handles leads and stuff in our dialer. The management here is completely scatterbrained and changes
|
| Contracting | 08 Nov 2005 04:32 GMT | 1 |
I am looking for MS ACCESS programmers using Visual Basic and C++ in India or off shore. Anyone out there interested in work? Experience with MS Word, WinFax Pro, Windows XP Fax Solution, and Outlook 2003, is required.
|
| Query to combine 2 results | 08 Nov 2005 04:16 GMT | 1 |
I have a table with integer data as follows: book pen bag month cyear 10 20 30 1 2004 15 20 5 2 2005
|
| convert query to query | 08 Nov 2005 02:42 GMT | 1 |
My delete query is asking "which table to delete records from?" I used the asterick of the table from which I want the records deleted. Can't figure it out.
|
| Undefined Function | 08 Nov 2005 02:16 GMT | 2 |
I have created a form named frmcommbysource with 3 controls. First control is a combo box named cbosource that has two fields, ID and name. The other two controls are both date/time picker controls called dtstart and dtend respectively. I then created the first of 3 queries ...
|
| Number of Days Calculation | 08 Nov 2005 02:03 GMT | 2 |
Using Access 2003: have a query which calculates the total number of days using 2 date fields (admit date and discharge date). If the discharge date is null, I would like to use todays date in its place. My guess is an IIF statement would be used, but I have no idea as how to ...
|
| Exporting the Date without the time | 08 Nov 2005 02:01 GMT | 6 |
I am trying to reformat a date/time field to export it without the time. Article 291245 gives a suggestion (Method 1), but I can not figure out how to implement the suggestion. Can not figure out how to do a new calculated field with the suggested format.
|
| Crosstab Query Error "Property Not Found" | 08 Nov 2005 01:52 GMT | 5 |
I'm not sure what I am doing wrong. I have a crosstab query, nothing fancy, but I keep getting an "overflow" or "property not found" error. I can't find the error in the help files, nor does it give me any explaination of the error. Has anyone else had this error?
|
| Query Help | 07 Nov 2005 23:08 GMT | 2 |
I am using the following query: SELECT Year([ClosingDate]) AS [Year], Month([ClosingDate]) AS [Month], Count(File_Tracking.FileNumber) AS Files FROM File_Tracking
|
| can I create an append query that doesn't produce a new table? | 07 Nov 2005 22:54 GMT | 3 |
I have several tables, each with the same structure, one for each month. I prefer to keep them separated by month, as they are very large, and a single table with all months would be several million records long. I need to be able to use a query to search through the previous ...
|
| how to format a start and end date range in a query and not group. | 07 Nov 2005 22:18 GMT | 4 |
I'd like to create a query using a start and ending date but I don't want the Query to group-by the date giving me info from every date input into the system. Instead, I'd like the query to just recognized the data range and give me a one line resolution of the data requested and ...
|
| Using a comma separated list in a field as a filterin a query | 07 Nov 2005 21:39 GMT | 4 |
I have a table that has a text field that contains a list of names separated by commas. Table 1 Cause Effect ID
|