| Thread | Last Post | Replies |
|
| Query Help | 13 Jul 2006 12:34 GMT | 19 |
I have a summary query where the records are grouped on the following fields: -SaleMonth -Car
|
| Form Question "Continued" | 13 Jul 2006 12:23 GMT | 2 |
I have recently asked this question ? I have a form which has the following fields, CourseName, courseStartDate, CourseFinishDate and a subform with the fields ExamName, ExamDate. I would like to put an after update event procedure on ExamDate to
|
| Delete a file from MS Access | 13 Jul 2006 08:16 GMT | 3 |
How can we delete a file using MS Access commands?
|
| Grouping!? | 13 Jul 2006 07:34 GMT | 1 |
I`m trying to craete a raw source for combo box from a table. The problem is that the values shows more then once, I tried to do select distinct but it didnt help, probably because of the ID(autonumber). what to do?
|
| Form Question | 13 Jul 2006 05:23 GMT | 4 |
I have a form which has the following fields, CourseName, courseStartDate, CourseFinishDate and a subform with the fields ExamName, ExamDate. I would like to put an after update event procedure on ExamDate to restrict entry to greater then coursestartdate and less then ...
|
| ODBC linked tables vs. SQL specific passthrough | 13 Jul 2006 04:54 GMT | 4 |
I have several apps that use ODBC linked tables to various back ends (SQL, DB2, ProvideX), and all of them could benefit from any efficiency I can provide. Someone told me I could speed these up significantly by using SQL-specific passthrough queries instead of linked tables.
|
| How to deal with run-time error # 3122 using VBA in MS Access? | 13 Jul 2006 04:30 GMT | 1 |
I ran the sentence below using query in MS Access. The execution is working well, has no any problem. INSERT INTO Table1 ( [Deposit Number], Items, Amount, [Deposit Date], Reported,
|
| Show null in Select Query. | 13 Jul 2006 02:53 GMT | 2 |
SELECT Requests.[Date Time], Requests.Status, Min(Responses.Date) AS MinOfDate, Max(Responses.Date) AS MaxOfDate, Requests.[Request ID] FROM Requests INNER JOIN Responses ON Requests.[Request ID] = Responses.[Request ID]
|
| Using 2 multiselect list boxes | 13 Jul 2006 00:31 GMT | 2 |
I'm trying to use 2 multiselect list boxes, the first with a list of countries, and the second with a list of data points (population, GDP, etc) and want the user to be able to select from both, then push a button to get the results.
|
| DateTime Format | 12 Jul 2006 23:45 GMT | 2 |
I'm using access to query a SQL database. One of the fields in the database [trddate] uses the datetime format. If I use the following format in my query selection I'm ok. BETWEEN '5/1/2006' AND '5/26/2006'. If I try to use a form to make a query selection ie. Between ...
|
| How to expand query to include multiple weeks | 12 Jul 2006 23:45 GMT | 5 |
tblTransfer is used to hold data of where our assets are in the company and which internal contract to charge for each weeks period of hire. As they are moved to a different contract we enter them into tblTransfer so we have a history of where they have been and use this query to ...
|
| round eror in 2003 and VB6 | 12 Jul 2006 23:34 GMT | 1 |
We're using VB6 with an access database (jet engine) - we've always used Access 2000 - since many customers hadn't updated to office 2003 yet. However - I needed to rebuild my development machine - so temporarily transferred my VB6 over to another machine with office 2003. Now ...
|
| Sum Query | 12 Jul 2006 23:29 GMT | 1 |
Here's my table structure: tblGroup: JobNumber GroupID (pk)
|
| tickler for quarterly reports | 12 Jul 2006 23:09 GMT | 3 |
I'm using Access to manage 700 annual budgets, each tied to a client, in a simple table: [BudgetID] (key field) [BudgetStartDate]
|
| Problem with Visual Foxpro dbf query | 12 Jul 2006 22:04 GMT | 1 |
I have two Visual Foxpro tables linked into my Access 2000 database with odbc. The database is for a Meals on Wheels non-profit. One of the foxpro tables is called 'clients' and the other 'meals'. Client information like name and address are in the 'clients' table, which is
|