| Thread | Last Post | Replies |
|
| Is there a way to make a field read-only after it has been written | 31 Dec 2007 18:41 GMT | 6 |
In access 2003, I have a form that multiple users access. I need to make a certain field read only after the user has entered a unique number. Can someone help me figure out how to do this? Thanks in advance.
|
| How to send data (add a new record) via a macro? | 28 Dec 2007 22:26 GMT | 5 |
I have to imagine it's possible to use a macro to create a new record in a given table, and send it data. Is it possible to do this?
|
| Send report to Excel | 28 Dec 2007 02:57 GMT | 1 |
I have created a macro in my Access application that uses the RunCommand action with the SendToExcel command. When I run my report in print preview mode this option (Send To Excel...) is grayed out or disabled. I am using the runtime version of 2003 and my version of
|
| Property not found: DoCmd.TransferSpreadSheet | 26 Dec 2007 21:46 GMT | 1 |
XP, Office 2007 I've got a table I need to export to Excel and the only solution I saw was TransferSpreadsheet. Below is what I came up with(with help from the Scripting Guys archives):
|
| SetValue Macro help | 26 Dec 2007 19:09 GMT | 3 |
I have two forms open. I want to set the value from a field on one form to a field on the other, but I'm having trouble. When I update the field I want the value to come from, then run the macro, the value that populates the other form is the old information, not what I
|
| Import Excel file to Access | 23 Dec 2007 20:02 GMT | 2 |
I'm using the method described by Ken Snell (link below) to import files in to Access. I've been successful with getting file directory to open, but when I select a specific file to import, the file that gets imported is the first file in the directory. How do I edit the code below ...
|
| RecordsetClone Error | 23 Dec 2007 19:45 GMT | 5 |
After a recent automated MS update, I now get an error message in a MS Access DB when I try to run a filter command: "The object doesn't contain the Automation object 'RecordsetCLone'." The filter runs properly after I click OK, but I need to get rid of the
|
| Macros and codes question | 22 Dec 2007 23:52 GMT | 1 |
My knowledge on Access is pretty much self taught. I have done several basic ones. I want to know if there a list anywhere that contains macros/codes that can be used in Access along with a basic explaination of what the macro can do for you. I would like to print this info ...
|
| MS Access 2003 Error | 22 Dec 2007 23:49 GMT | 1 |
Is anybody had the same problem I have right now? I'm trying to open my reports in MS Access 2003 (I created one year ago and they were working every day fine) and I can't. It doesn't open reports; it doesn't show any error messages.
|
| Open desired report on condition | 21 Dec 2007 19:05 GMT | 2 |
I don't know VBA code, so I'm trying to get a Macro to open one of four specific client reports depending on the billing code in an Invoices Table. It is a temporary table witih only one record. So I have four lines in the macro - one four each potential report. The
|
| Macro with sendObject email to not allow email replies | 20 Dec 2007 22:15 GMT | 2 |
When a user creates a macro that generates an email sending a report, the email often returns frequent out of office replies. These come from various employees at various times. I was wondering, if there is a way to generate an email from a macro and not let any replies come back to ...
|
| Output the "Created Time/Date" to an Excel file | 19 Dec 2007 19:52 GMT | 2 |
I use a macro to export my queries to MS Excel using the TransferSpreadsheet funtion. I export one query per file. This happens every night. I would like to report on the Excel file the time/date when it was updated. If I try to use the Time and Date functions it will give me ...
|
| 2007 Macro conditions | 19 Dec 2007 12:17 GMT | 2 |
I have used a condition to make a label red if the value is null Condition: "IsNull([RegistrationDate])" Action: "SetProperty" Arguments: "Label233, ForeColor, 255"
|
| Using If. | 19 Dec 2007 11:19 GMT | 2 |
I have an embedded macro on my combobox which looks up a selected name on my form. Is there any way I can use the if statement in the macro after it has found a record?
|
| Ack! Excel N00b Needs help! | 19 Dec 2007 08:16 GMT | 2 |
I have been trying to work on this for a while... and I hope I can get some help. basically, what I am working on is a type of checker. Here is what I have come up with...
|