| Thread | Last Post | Replies |
|
| FileCopy Working 80% of Time | 13 May 2008 20:34 GMT | 6 |
I've created a database that reformats client files into a universal import format. Basically, the user selects a file and based on the client I run a few queries to parse names and then run the file through a program to formats the data. At the end, I do a file copy to archive ...
|
| Function to help update a Field based on previous record | 13 May 2008 19:54 GMT | - |
I am trying to update a field, Class_Type. The update will be based on a previous record different field, fund. Here is an example shown below. If you notice the Class_type will be different if the fund value is smaller or equal to the previous record's fund value. I have a ...
|
| Selecting Multiple Files | 13 May 2008 19:20 GMT | - |
I'm being a pain today, but trying to address all the issues with my database. I use the following to allow my customer to select and load multiple files. My issue is that if they click yes and then get to the selection window and
|
| Dmin and Dmax With Criteria | 13 May 2008 19:12 GMT | 3 |
I am having an issue with programming a VBA code to use input boxes, pull the beginning and ending dates of a month, in order to import a Database Table. Coding looks right to me, but gives an error stating: "You cancelled the previous operation" Error 2001 and highlights begwk
|
| Nested subforms on a single form | 13 May 2008 18:40 GMT | - |
I have a form with multiple subforms that I need to daisy-chain in terms of the linking...for lack of a better description. Figuratively it will look like this... Parent form >> child form >> grandchild form
|
| Mkdir function | 13 May 2008 18:09 GMT | 2 |
I'm trying to write a function that creates a directory & Subdirectories. I can create a String say "C:/DirL1/DirL2/DirL3/" say but I dont know if DirL1 or DirL1/DirL2 exist. what I need is a recursive string function that will test for the total directory String, if not test for ...
|
| How to copy/paste text from a form to email | 13 May 2008 17:35 GMT | 2 |
I created a telephone log in MS Access and would like to know if there is a way I can copy my notes from a form in Access and past it to my email message automatically? Also, is there a way to have an entry added in my notes to indicate that an email was sent?
|
| Capturing Global variable values | 13 May 2008 17:27 GMT | 1 |
How do I write global variable values to a table. I have the following module which captures the network user id and computername when they log into my database. Option Compare Database
|
| Is this possible? | 13 May 2008 17:17 GMT | 9 |
I want to run a SQL code to present the outcome into a subform: There's 2 criteria values for user input! SQLString = "SELECT NrSubscritor, Initiated, Concluded, Year, Month FROM Processos" & _
|
| Numbering | 13 May 2008 16:33 GMT | 13 |
I have a list of work orders in a database that I would like to assign a priority number. This will be the order in which the work orders will be worked. As new work orders are created the priority for the work orders may be reassigned. If I have a list of work orders and they ...
|
| How to generate a unique number on the fly? | 13 May 2008 16:14 GMT | 4 |
I have a query with two columns VendorID and FileName Look like this 9287 C:\myfilename.txt
|
| For Next non-sequential numbers | 13 May 2008 16:04 GMT | 3 |
Isn't there some loop that allows non-sequential numbers? I thought I had come across or actually used something like: For n = 0 to 4, 6 to 10 Next n
|
| HTTP and Windows Browser in Access | 13 May 2008 15:52 GMT | - |
I've added a Windows Brower to a tab in my db and need to open a web site. It work great with any site that is http, but I need to connect to a https site. I have to correct string with the parameters for the user id and password. My problem is that I get an error and seems to ...
|
| Problems with Access xp (2002) | 13 May 2008 15:30 GMT | 4 |
I have developed at different levels with Access for many years. I think it is a great product. But I am now getting interrupted on the most mundane of changes, like adding a text box, with the error, sorry Access must close down, suggest you upgrade.
|
| saving a file using file dialog in Access 2007 | 13 May 2008 15:25 GMT | 11 |
I am trying to use FileDialog in combination with TransferSpreadsheet to save a file named by the user in a directory of the user's choice. I am able to bring up the SaveAs dialog box with no problem but the user has to select a file in order to save the current file as that ...
|