| Thread | Last Post | Replies |
|
| can't import forms from my own database!! | 18 Jan 2006 15:36 GMT | 1 |
I have two database. One (A) has few forms and table and the code is protected with a password. The second (B) hasn't any password at all. i need to import two forms from A to B.
|
| Internet Shortcut Properties | 18 Jan 2006 14:57 GMT | 1 |
How can I read the target value of an internet shortcut file from an Access module?
|
| Type mismatch | 18 Jan 2006 14:48 GMT | 2 |
I am trying to use the dlookup function and get a type mismatch error. Can anyone tell me why. The fields in the tables are either double or text (bracket). Code is: Dim txtBracket As String
|
| Opening and viewing specific folders from a vba command | 18 Jan 2006 14:05 GMT | 3 |
Hi, I think this should be a simple one. I want the user to click a button associated to a specific project and have windows explorer open up showing that projects working folder.
|
| How to run a batch file or VBS from Access VBA code? | 18 Jan 2006 13:21 GMT | 4 |
Just two questions: 1) How to run a series of batch file about 6 of them from Access VBA code? 2) How to run a series of VBScripts from Access VBA code? I tried using the Shell command, but it is not working.
|
| Problems with extracting numeric values | 18 Jan 2006 12:05 GMT | 4 |
I am having a problems with extracting values from text field. I have text field (called part number) in my access table. When I extract either in report or email, it convert itself to date format. Example the value is 4218-06, it will change into 6/1/4218. just look like a date. ...
|
| AdobeAcrobat Standard 6.0 | 18 Jan 2006 12:00 GMT | 1 |
Thanks for taking the time to read my question. I'm trying to automate taking pdf from excel VBA macro.I'm using acrobat standard 6.0 for taking pdf... By default, Adobe Acrobat PDFWriter displays the Save As
|
| Updating a Query Def from .Net | 18 Jan 2006 10:58 GMT | 5 |
I am generating a Crystal Report based on an Access Query that uses queries that uses other queries ... One query needs to be filtered on the fly and it is not the main query called by the report. I cannot filter past this query because its data is later grouped in order to be ...
|
| VIN function | 18 Jan 2006 07:10 GMT | 2 |
I'm wondering if anyone out there has developed a function or come across any software that calculates the results of a vehicle's VIN number. As you may know, each number/letter in a car's 17-digit VIN number represents something (ie, the 1st character identifies the country where ...
|
| Sorting Problem | 18 Jan 2006 06:41 GMT | 1 |
Greetings; I have a table with fields A, B, and C. If field C in record 7 = field A in record 1 or field C in record 7 is like field A in record 1, I would like the
|
| Accessing multiple fields in report function | 18 Jan 2006 02:09 GMT | 9 |
I need to be able to access multiple fields within a VBA function called for each record of a report (MSAccess 2000). For example, suppose I wanted to return a string containing the names of all of the boolean fields that are true for each record, how could I do it? Or suppose I ...
|
| The SAVE action was cancelled | 18 Jan 2006 00:11 GMT | 5 |
Hi - I have a an app originally written in Access97 and coverted minimally to work single-user under Access2003. I'm now experimenting to see if we can run it with 2-4 users. The MDB file lives on a machine running XP HOME (yes, we're a SMALL business)
|
| Protecting Code | 17 Jan 2006 22:25 GMT | 4 |
I am having to hand a db over to a different team after 7 years of development and am wondering if it possible to protect certain lines of code within my modules? Making an MDE is not an option as they need full access to the database.
|
| SQL query to display only most recent date? | 17 Jan 2006 22:02 GMT | 2 |
I have a simple programming question. I work in a school and we have constant changes of students each week who are paying weekly . I have to set up a query using SQL to search for 1) The date of only the most recent payment made.
|
| TransferSpreadsheet in Access (Excel Not Closing) | 17 Jan 2006 21:51 GMT | 5 |
I need to quantify the TransferSpreadsheet line in my code. Please Help Dim objXL As Object Set objXL = CreateObject("Excel.Application") objXL.Workbooks.Open (objXL.LibraryPath & "\AtData.XLA") '.RunAutoMacros 1
|