| Thread | Last Post | Replies |
|
| Modify Access menu commands when no database running. | 27 Jul 2005 20:07 GMT | 11 |
Is it possible to override menu functions with custom codes when there is no database loaded in the Access window?
|
| invoking a function from a userform | 27 Jul 2005 18:38 GMT | 1 |
I need button1 to pop a function (fx). for example : application.worksheetfunction.CountA Thanks...
|
| Sub Form | 27 Jul 2005 14:53 GMT | 2 |
I need to write a if statment to compare to fields. the one field is in a subform. I was told to use the following: [me!]subformcontrolname.form!controlname Im not sure about the syntax, can u please help.
|
| 3146 ODBC Call Failed | 27 Jul 2005 14:49 GMT | 1 |
The application has Access with linked tables(SQL Server) It has VBA code that uses linked tables to select and do some calculation and update access tables. Sql server accessed through DSN and queries are executed using 'DoCmd.RunSQL'.
|
| All tables of CurrentDb ? | 27 Jul 2005 14:44 GMT | 3 |
Does someone know how to get all the table names of the current db .... Thanks, Gina
|
| How to compute difference between successive records? | 27 Jul 2005 14:21 GMT | 4 |
I've an Access db with a table that records the state of an electricity meter on successive moments, say every last day of month. Now I want to compute the electricity use over the months. In order to do that I have to sort the records by date and loop through the table and ...
|
| Copy a file to Outlook | 27 Jul 2005 10:37 GMT | 1 |
Would anyone know how to write a code to send a file to a "public folder" in Outlook? The code would read: Outlook.CopyFile "PathofFile","DestinationPath" Any help on this would be appreciated. Thank you!
|
| How to auto gen. the number from report | 27 Jul 2005 09:54 GMT | 1 |
I have over a thousand record in table. i want to check from table and extract the specify records to report. but i want to add one more field in report for easier to read. The field could be automated gen. the number from 1 to end. Would you helpand teach me how to do it or code ...
|
| Excel Spreadsheet - Date Modified | 27 Jul 2005 08:01 GMT | 1 |
Is it possible to retrieve the date an excel spreadsheet was modified outside of Access using code? I want to use it for comparison in a function.
 Signature Yo Yo Ma.
|
| Null Help! | 27 Jul 2005 04:50 GMT | 1 |
I have a form in Acces and have some textbox to enter date which will be insert to a field with date format in Access. However, if user does not enter date in date textbox (key in nothing) when I try to save Access table there ia an error 'Type mismatch'. I think the error is ...
|
| accessing fieldnames programatically | 27 Jul 2005 03:05 GMT | 2 |
I am trying to access the fields in an access table, through an ado recordset, (which works), but I am trying to loop through the filenames in the table progamatically. The fieldnames are as follows... Mon_type1
|
| text file import problem | 27 Jul 2005 00:54 GMT | 3 |
I'm trying to import a text file. Here's a sample: "89","000000","890828","01","PER"," .00"," .00","END=" "89","000001","890828","01","PER"," .00"," .00","END=" "89","000002","890828","01","PER"," 2755.12"," 2755.12","END="
|
| changing directories | 27 Jul 2005 00:47 GMT | 2 |
Can I get Access (2k) to move 'down' a directory to where some of my files are, then go 'back up', so it can go back 'down' into the next? If so, how? Thanks in advance, Tom
|
| OpenReport - the WHERE clause | 26 Jul 2005 23:59 GMT | 2 |
I am trying to create a report that shows information on people assigned to projects. They can be assigned either as the Assignee or as the Originator of the project. I have one query that contains the project info (including both the Assignee and Originator fields). The report ...
|
| Turning off 'On Error Resume' | 26 Jul 2005 23:18 GMT | 1 |
I should know this, but obviously I don't... If I envoke error handling using On Error [Whatever: Goto, Resume, etc.] is there a statement that I can execute which will negate the On Error command? Once the section of code that the On Error handles is finished,
|