| Thread | Last Post | Replies |
|
| Changing a format | 18 Mar 2004 01:03 GMT | 1 |
My coding skills are pretty minimal and have been told I will need to write a module for my following problem. My problem consists of telephone numbers in an incorrect format within a table. An example of the current format
|
| publish report to word | 18 Mar 2004 01:00 GMT | 1 |
Is there a macro command please to publish a report to word. I have a letter format that I open from a form with the company's name and address set out and want to leave the user in word to edit it.
|
| creating a macro for refreshing a linked table? | 18 Mar 2004 00:00 GMT | 1 |
i created a linked table using linked table manager and was wondering is there's a way to create a macro that can refresh the table every time i open the database? thanks in advance.
|
| Validating User Input with the KeyPress Event | 17 Mar 2004 22:22 GMT | 2 |
The guts of the function 'NumbersOnly' work fine as long as it's i 'MyTextbox_KeyPress'. However I want to use a function to do this so I can call it fro wherever. It 'no worky'
|
| Tracking recordnavigation | 17 Mar 2004 11:22 GMT | 5 |
On a form I have a combobox with names en surnames; when I select an item in this combobox the record showed on the form is updated. Now when I select a first, previous, next and last record with the recordselectors at the bottom of the form my comboboxItem is not updated. How can I ...
|
| Using SendKeys and Openreports | 16 Mar 2004 21:58 GMT | 3 |
I have created a macro that generates a report to a PDF file using Adobe. I use the Sendkeys function to name the files. My problem is that the send key function is not always sending the full string. I use the sendkeys
|
| macro help | 16 Mar 2004 18:58 GMT | 1 |
I have a form with 2 check boxes 3 days and 5 days. I need that when one of the check boxes either 3 days or 5 days is checked for it to add the approprite number of days to the date and display it in the follow up date box.
|
| email from an open form | 16 Mar 2004 14:45 GMT | 1 |
How can i pass a field name over to the sendObject macro to fill in an email address from a record displayed in a form or should I be doing this in some other way? thanks
|
| Macro groups (nesting) | 16 Mar 2004 07:37 GMT | 1 |
I have a macro that contains several macros within it. The macros print preview, print or send reports to PDF format depending upon which command button is selected on the report menu form. The macro works fine on my
|
| OutputTo Macro | 15 Mar 2004 20:39 GMT | 1 |
Hi...I've set up a form to perform a query, and now I'm trying to improve the user-friendliness of the QBF output. I'd like the results of the query to be output to a report. because I have some OLE objects that need to be accessed from the results (i.e. the OLE objects are ...
|
| condition | 15 Mar 2004 20:20 GMT | 2 |
Question, I currently have a "DeleteObject" action that deletes a table in my database "tblSusp", right after that action I have another action that imports a text file into a table. The bad thing is that if the table "tblSusp" does
|
| Uses of code in modules | 15 Mar 2004 17:38 GMT | 2 |
In a database I have several forms with a textbox linked to Fields (Hyperlink) with an e-mailadress. Now I want to check of the user typed an vallid e-mailadres (ie with an @ and a '.' somewhere afther the @, this code I've allready written) now I
|
| Importing Excel files into Access | 13 Mar 2004 12:09 GMT | 2 |
I have been asked to build a database to import files from directorie (by first browsing the directory) with a lot of senerios. I have looked at databases already built for purchase (bu cannot change) that relate to this. And what I have learned is tha
|
| Populating a field based on another | 13 Mar 2004 01:51 GMT | 4 |
Is there a way to search a field for keywords, and then populate the new field based on that search? I have sales that I want to categorize by product type. I need a new field called "ProductType", and then
|
| Automate SendObject in macro | 12 Mar 2004 19:03 GMT | 5 |
I am trying to get SendObject to run in a nightly job without answering the message box that is generated out of the SendObject function. I have tried using the SendKeys function but I haven't been able to make that work for
|