| Thread | Last Post | Replies |
|
| Using BeforeUpdate on Unbound txt box | 31 Oct 2005 20:57 GMT | 1 |
I am building a form for the user to create a new record. Because the data that is entered is for several different tables, none of the fields are bound. Some of the fields are loaded with default values when the form is opened (e.g. the IDnumber field is loaded with the next ...
|
| VB for Buttons | 31 Oct 2005 18:26 GMT | 2 |
After realizing that Macro's were a bit limiting, I decided to begin coding VB for my buttons. So, to that end, I'm trying to get a button to open a product release sheet for a specific date range (basically everything from the last two months up through the next 3 months). ...
|
| Using a macro to copy text onto the clipboard | 30 Oct 2005 08:09 GMT | 1 |
I am currently running a macro to copy a string of text into memory. I want to paste this text into a table in microsoft word. However in a table vbTab just tabs inside the table and does not move onto the next cell. The same happens for vbCrLf - it doesnt enter into the cell
|
| MailMerge | 30 Oct 2005 08:07 GMT | 1 |
I wish to create a macro that will open Tools/Office Links/Merge with Word and open my main document and merge. Is this possible?
|
| Hi: I'm a newbie to Access and have no programming experience | 30 Oct 2005 08:04 GMT | 1 |
I'm looking forward to learning as much as possible from these discussion communities. I've already learned more from reading two posts than I have by spending several hours reading the thick Access book.
|
| AfterInsert on a table | 30 Oct 2005 06:56 GMT | 2 |
I interfaced my MS Access 2003 DB to ASP. When the user clicks on SUBMIT and a new record is added to the main table, I'd like to fire an email from MS Access to inform me that a new record has been added and update the status of that record from T=Transmitted to R=Received
|
| get values from 2 forms and create new record in a third table | 29 Oct 2005 04:59 GMT | 7 |
I am having a problem with a macro. I have a database for my artworks. props were used in the creation of some of these. When I have the details of an artwork on screen (as a form), On that form I
|
| Send object... using a query... | 28 Oct 2005 13:26 GMT | 4 |
It gets set up as an Excel spreadsheet... And I have a To recipient but I get a pop-up with a blank recipient showing. What's the catch? I am using Outlook Express and have added the email addresses to the
|
| Calling a macro from scheduler | 28 Oct 2005 00:10 GMT | 3 |
I inherited a database that when opened it pops up a form the does a thirty second countdown. If it times out a macro is called and the database starts updating from linked tables, if cancelled the users are directed to a switchboard and begin working. Windows scheduler opens ...
|
| deleteing tables | 27 Oct 2005 06:10 GMT | 1 |
I have tables that are created when i import a file to my database. the tables are called sheet1$_errors sheet1$_errors1 sheet1$_errors2
|
| logical queries in Access? | 26 Oct 2005 19:38 GMT | 4 |
Hello. I'm trying to summarize some numeric data based on its location relative to a label field. I have a set of surveys. For each survey there are three relevant columns of data (LABEL, DISTANCE, and DEPTH). Not all the values have labels, and each survey has a different ...
|
| Write to an output file | 26 Oct 2005 16:37 GMT | 1 |
I am trying to write to an output file (C:\Arguments.txt) and am gettin nothing in the file. The VBA subroutine work just fine, and it create my file, but when I look at it through Notepad, I see nothing. I clos the file, but when I minimize the Access application and try to delet
|
| Exporting multiple reports via macro | 26 Oct 2005 09:45 GMT | 1 |
Steve Schapel gave the following response to a question on how to run muliple reports: "Doing this with a macro probably needs to involve: - make a continuous view form with your list of names
|
| Printing a Report on a Specific Day | 26 Oct 2005 01:37 GMT | 4 |
I have a macro that will allow users to print specific reports by clicking on a button. On one day of the week I need a somewhat different report to print, but I don't want to add another button to the form. I would like the macro to print the correct report by determining the ...
|
| Access 2002 set macros level | 25 Oct 2005 21:20 GMT | 3 |
I am trying to set my macros level in access 2002. When I go into Tools -> macro, I have no security option. How do I change my level?
|