| Thread | Last Post | Replies |
|
| Formating in a Report, the highest 3 records | 23 Oct 2007 21:38 GMT | 2 |
How do i can format the hightes 3 records on an Access Report? Unfortunately the Access doesn't have the Excel have the function "Large"... Can you help me?
|
| Is there any way of speeding my code execution? | 23 Oct 2007 21:35 GMT | 1 |
I am trying to run the following procedure, which seems really slow. The first input file rs_In has 1361 records in it. The file rs_In2 has 22690. For each record on rs_In, the code is reading all of rs_In2 looking
|
| Help | 23 Oct 2007 21:09 GMT | 4 |
I have a database. 2 columns. I have one work sheet that needs to findest the highest dollar amount during a period of time. Example 10/1/2007
|
| How to select an entire record while using a "max" function | 23 Oct 2007 21:04 GMT | 1 |
I'm trying to select records from several tables at once" SELECT Units.[Unit ID], Units.Building, Units.[Room #], Units.[Hood #], Nz(Max([Inspection Date]),"Not inspected") AS [Last Inspection], Inspections.[Average Velocity]
|
| Missing toolbars-- tried everything! | 23 Oct 2007 20:35 GMT | 2 |
The only toolbar that shows up when I open a database (after importing the data) is the menu toolbar, containing file/window/help. The only thing that appears is the soil reports window. After closing the window, I'm unable to look at anything in the database.
|
| Office SP3 Access 2003 - Form Close Failures | 23 Oct 2007 19:34 GMT | 1 |
Has anyone else seen this problem - occurs on many machines (20) after Office 2003 SP3 install yesterday - completely killed the application. (These are XP machines). Selected Forms open OK but on close get the MS screen of death - 'Access has
|
| Restore leading zero | 23 Oct 2007 18:01 GMT | 3 |
I imported an excel spreadsheet with 10 digit ID numbers into Access, and it dropped all of the leading zeros in the ID number field. I changed the field type to text instead of numeric, but the zeros are gone. How can I replace those zeros without having to type them all
|
| spread sheet | 23 Oct 2007 17:59 GMT | 1 |
How do I add up the lines on my spread sheet from my coputer
|
| You do not have exclusive access to the database at this time.... | 23 Oct 2007 17:55 GMT | 7 |
I am developing an Access 2000 application that is split into a front end and a back end and makes use of User-Level Security. The whole thing will be distributed to several users, who will each run it independently on their own PCs (ULS is only exploited to enable identification ...
|
| How to bring 50 lines in Latin with 50 in English L1 under E1 | 23 Oct 2007 17:55 GMT | 4 |
I want to combine 2 chapters of the same book one is in Latin and one is in English. Each translation has many lines each line has a number. How can I insert line nr.1 in English after line nr 1 in Latin,
|
| Converting VBA Code | 23 Oct 2007 15:41 GMT | 2 |
I've recently converted to Access 2007 from Access 2000. Some of the simplest procedures no longer work in my updated databases. For example DoCmd.Maximize as an event procedure in the OnOpen event or DoCmd.GoToRecord acDataForm, "HouseholdItems", acNewRec in the OnLoad event. ...
|
| Creating relationships | 23 Oct 2007 14:53 GMT | 4 |
Which is more efficient, creating relationships at the table level using Tools->Relationships or creating the relationships between tables when I create a query? Thanks
|
| Function Problem | 23 Oct 2007 14:53 GMT | 6 |
Would you please tell me the problem of the following function? Public Function GetOrderQtyIssue(StockPN As String) As Long Dim Stemp As String Dim Rs As ADODB.Recordset
|
| smoothing | 23 Oct 2007 14:38 GMT | 1 |
My problem: I have datas like A B A001 2007-10-01
|
| "#Deleted" is displayed in my cells | 23 Oct 2007 14:12 GMT | 1 |
I have linked to a mainframe DB2 table and when I try to open the table or run a query against it, the only thing that display is "#Deleted" in every cell. I know there is data in the table as I can query using Excel and get the correct results. Using the same simple query in ...
|