| Thread | Last Post | Replies |
|
| Using the Call Function - Missing Reference | 03 Oct 2006 06:48 GMT | 1 |
I was entering the same code on two different forms. I thought it would be easier and create a module and in the module write the code once. Then I thought I could just "call" the routine as a Public Sub. This the code currently on my form called Hiring is:
|
| SubForm Referencing | 03 Oct 2006 05:29 GMT | 2 |
I have code in one place that checks the color of a person's name from many different forms by using a with statement and a variable (MeForm) to pass the form name, the code will execute from any form. This cuts down on duplicate code. However, I have one subform and I can't get ...
|
| replace function | 03 Oct 2006 00:16 GMT | 2 |
I need to replace a date in one table of my database. I made the following code: Dim ApptDate As String ApptDate = Replace("Forms!ModificarFecha!FechaActual", "Forms!ModificarFecha!NuevaFecha")
|
| why does publisher lock up each time i use it | 02 Oct 2006 23:39 GMT | 1 |
I have a dell computer with 612 mb ram, why does publisher lock up each time i use it?
|
| Change data mode from read only to edit | 02 Oct 2006 22:33 GMT | 2 |
I created a form and the concerning macro that open another form in read only mode displaying a specific record. On this last form I want to be able to click on a button and change the data mode from read only to edit so I can make changes to the information displayed. Can you ...
|
| Multi options | 02 Oct 2006 22:22 GMT | 25 |
This may be a duplicate - I have a strange error when posting... My Goal: A form has 1 command button, 2 list boxes and 1 combo box (and 2 text boxes for the start & stop dates). When the user clicks the command button the results are (DoCmd.SendObject acReport) but before that = ...
|
| Opening a saved Snapshot Report from Access | 02 Oct 2006 20:58 GMT | 2 |
I am looking for a way to open saved Snapshot Reports from Access. I want to allow users to select a saved report (e.g., TestReport.snp) from within Access using the File Dialog box and then have that report open up in a separate window.
|
| List Box on Form | 02 Oct 2006 20:08 GMT | 8 |
I have a list box that is getting its contents from a table for the type of insurance coverage (CH, EE, EE&SP, EE&CH, EE&FAM) I attached an after update event procedure to update the table as follows: Private Sub lstType_AfterUpdate()
|
| Same form for readonly/allow edits | 02 Oct 2006 19:40 GMT | 6 |
Wasn't quite sure how to search this topic. My (1st) db is about to be distributed to multi-users. I would like to make all my forms read-only and add an "Edit" button on each users can't accidentally overwrite existing records. Also lock older records as per
|
| Hide a column on datasheet subform | 02 Oct 2006 19:16 GMT | 1 |
I need to hide a column in a subform that is in datasheet format if there is no data in the column that is if there is nothing greater than 0. I have tried both of these: Me.ControlName.Visible = False
|
| Open Form with specific Dimensions | 02 Oct 2006 18:55 GMT | 3 |
I have a database we use at work to track multiple items. I have it set to maximze on the AutoExec macro so everything is maximized...obviously. I do this as I use a lot of screeen space for all the data fields we display. I would like to open a form through a command button and ...
|
| Easy question? | 02 Oct 2006 18:03 GMT | 7 |
I'm new to Access. I've created a form with a subform/subreport using the wizard. The subform field displays in Datasheet View and I want that changed to Form View. Everything I've read says to simply edit the Properties of the Subreport Control and change the Default View to
|
| Maximum value for Timer Interval | 02 Oct 2006 17:49 GMT | 2 |
Using Access 2003. What is the maximum value that can be entered in the Timer Interval? Thanks for any help. Adrain
|
| create dynamic file path for linking to text files in Access 2003 | 02 Oct 2006 17:29 GMT | 2 |
I have an MDB that I support for a group of users that need to periodically link about 15 dbf files into. These files vary month to month. And their location varies each time. The user has to copy an empty version of my MDB into a new folder along with that month's DBFs
|
| Updating Form Field From Another Table | 02 Oct 2006 17:11 GMT | 3 |
I have a "ProductName" table with two fields: "Product" and "ProductCode". I have this because the product name tends to be very long and I have thousands of products. I have a form that populates fields in a "Customer" table listing the
|