| Thread | Last Post | Replies |
|
| Trigger e-mail when new data entered in table | 21 Oct 2005 04:31 GMT | 3 |
How can I trigger a e-mail when new data is entered in a table without a form? Thanks
|
| Normalization Question | 21 Oct 2005 04:27 GMT | 1 |
I have a question regarding normalization of a database. I am trying to model the inspection and repair of items. Also need to track when they go in service, out of service and several other actions relating to the item. My first shot has the following structure:
|
| show only last item per ID | 21 Oct 2005 04:11 GMT | 5 |
I have 3 colums: 'Task' , 'Case ID' and ' Time' And i would like to have an overwiew of the last task (the taks with de latest time) of every Case ID. Example
|
| query works in querybuilder, not in VB | 21 Oct 2005 02:49 GMT | 6 |
I'm trying to create a adodb recordset in an Access Module for updating but when I try to open it it returns EOF. However, I can cut and past the sql into QueryBuilder it returns the record. At a complete loss on this one.
|
| Problems Querying Max Values From 2 Tables | 21 Oct 2005 02:49 GMT | 8 |
I have 2 tables: LOCATION and ELEVATION In location, I would like to find the record with the max value for field: DATE1 In elevation, I would like to find the record with the max value for
|
| Weird Report Problem - Access 2003 | 21 Oct 2005 02:20 GMT | 7 |
I've got a report that's not sorting correctly. I build a SQL statement and assign it to the recordsource in the Open event, sorting the data the way the user chooses. The user can choose up to 3 sorts using a form that opens before the report opens.
|
| Dates: Just MM-YYYY? | 21 Oct 2005 01:34 GMT | 1 |
I've got an app whose purpose in life is to do technical analysis of bond fund returns. Each return has a "Date", but the "Date" is really just a month/year. i.e. The return for January of 2005 or the return for April of 1996.
|
| Alpha-> Numeric conversion???? | 21 Oct 2005 01:04 GMT | 3 |
I have a situation where i have a number, such as "6", in an alphabetic defined field. I need to convert that "alpha" number to a numeric so that I can use it to refer to an ID in a table. Can someone please give me the right way to make that conversion, please? Thank you very much.
|
| How can I update forms and tables in a shared Access database? | 20 Oct 2005 22:56 GMT | 3 |
We have an Access database Sch_S.mdb in the shared driver S across the network. I have a copy of that database in my local driver C, named as Sch_C.mdb. As per users' request I added some check boxes in the main form of the database, and added some relevant subroutines in that form.
|
| Can I perform a DCount of records returned by SQL statement (not a saved query) | 20 Oct 2005 22:45 GMT | 13 |
Suppose I have this simple SQL string... SELECT tblDrivers.DriverID, tblDrivers.DName FROM tblDrivers WHERE (((tblDrivers.DName) Like "N*"))
|
| What techniques are key to Access performance with separate front-end and back-end Access implementation via a LAN? | 20 Oct 2005 21:13 GMT | 24 |
Most of my Access database implementations have been fairly small in terms of data volume and number of concurrent users. So far I haven't had performance issues to worry about. <knock on wood> But I am curious about what techniques those of you who have done higher
|
| Error 3075 | 20 Oct 2005 21:12 GMT | 1 |
I have a normal application split into a frontend and backend. The tables are in the backend. All tables open correctly from the backend. When in the OBJECTS window (F11) in the front end, one table will not open in datasheet view. I get the error message 3075 "Syntax ...
|
| Find the first date from other table | 20 Oct 2005 18:40 GMT | 3 |
I need to find the first date of ship_date from table B for in my query of table A. The common field is model. Table A Fields: Model, dev_date, tool_off_date
|
| Age Calculation in the future | 20 Oct 2005 17:28 GMT | 5 |
I've looked at all the age calulation solutions - but I'm a little stumped on how to set this one up. Here is what I need to do. I need to find all the kids in my DB that are currently 11 or 12 years of age
|
| Send report to Excel | 20 Oct 2005 16:46 GMT | 5 |
I would like to redirect a form to output it's recordset to Excel rather than the Access report. I have the code to send SQL or a recordset to Excel, but how do I extract the datasource from the report? This would be at runtime, either when the form is called from
|