| Thread | Last Post | Replies |
|
| Delete Table | 02 Jul 2007 15:40 GMT | 5 |
quick question, does anyone know how to delete a whole table, not just the data, through vba?
|
| Calculate businness Days | 02 Jul 2007 13:16 GMT | 1 |
I am trying to incorporate the code for calculating for number of working days to a query but i am new to code or edits : '*********** Code Start ************** Public Function WorkingDays(StartDate As Date, EndDate As Date) As Integer
|
| Import Excel File with Specific Date | 02 Jul 2007 11:08 GMT | 2 |
Can anyone help me with this problem? Users regularly import a file from Excel. In Excel each new copy of the file is saved with the date, eg MyFile 120507. The next day it will be saved as MyFile 130507 (UK format). I can automate this using either a macro or a module for a ...
|
| Email Access Report's as PDF | 02 Jul 2007 04:28 GMT | 4 |
I am upgrading an MS A97 database to A2k. due to an upgrade from NT to XP. I need to change/update the code for auto PDF'ing the reports that are sent via Outlook. Currently it saves the files as PDF to a temp location and then opens an email and attached them.
|
| Delete file but still in memory | 02 Jul 2007 01:42 GMT | 5 |
I have this code where every time i select a stock name, it will query from the main stock table and append that particular stock's all the fields and records into a new table created. After that, I will use this table to perform some calculation.
|
| i would like some help with this filter code | 02 Jul 2007 00:44 GMT | 1 |
Hi everybody. I have the following code that should add a filter to my form, the filter string is exactly as I want it to be, but it only shows 3 records from about 110 that matches this criteria, I don't see any difference between those
|
| Code on Format | 01 Jul 2007 23:44 GMT | 6 |
I would like to have the text within a date field turn red and a message box appear if the date entered is greater 90 days from current date. Can this be done?
|
| Password complexity rules with a custom logon form | 01 Jul 2007 23:24 GMT | 5 |
Does anyone have any ideas on how to enact a password complexity rule system in a custom logon form? I want to 1) restrict users to only use alphanumeric passwords and 2) require at lest one letter and one number. I don't want to use a ton of code or a 3rd party assembly to ...
|
| Given introduction VAB Access | 01 Jul 2007 19:16 GMT | 1 |
We see, I want to create in VBA of ACCESS a given sheet in automatic, on which the variable A1$= 10 A2$= Thank you
|
| Open an Excel sheet through DDE | 01 Jul 2007 18:44 GMT | 2 |
I am trying to do a work around for a problem in Access 2003. Access Unbound OLE frames can be linked to an Excel sheet. The properties that direct the frame to a specific sheet is through the following properties of the frame.
|
| .accdb files not acceptable to Visual Basic 2003? | 01 Jul 2007 17:07 GMT | 1 |
I know I can convert to .mdb is that all?
 Signature jakchans
|
| Case select on output | 01 Jul 2007 10:40 GMT | 1 |
I had the following code in which 3 option buttons on a form that can be selected and the output is done per select. I added another option for html output along with code but the results are both excel and html sent to my desktop instead of the single selection of html. Can ...
|