| Thread | Last Post | Replies |
|
| Cannot remove module in project browser | 24 Jul 2007 21:14 GMT | 3 |
Somehow a VBA module got created for one of my forms and is showing up in the VBA Project Browser (Form_Formname). When I right-click it, the "Remove Form_Formname" option is grayed out. I've deleted all the contents of the module, so it's just an empty name, basically. Also, ...
|
| Listbox to subform refresh via code | 24 Jul 2007 20:26 GMT | 3 |
I have a form with a listbox on it and an subform. The subform is queried by the selection in the listbox. All of this works!! I have added another feature on the form where the rows of the listbox can be reduced based on a search argument. I.E. if you want only people with
|
| Vista Run-Time error 70, Permission Denied | 24 Jul 2007 19:42 GMT | 2 |
Has anyonoe found an easy way to deal with this error yet? It happens when using the "SendKeys" in a funcntion such as the one shown below. This code ran perfect under WinXP. I came across this blog, but I'm wondering if there is a better way to handle it. Looks like MS has known ...
|
| Upload & Download Form. pls help | 24 Jul 2007 17:52 GMT | 1 |
Hi,I need to do a form that I can use to download and upload files from/to my database.first I want to know if this is possible? (the entire database will be on a server).Second thing,how do I do it?
|
| summing expression | 24 Jul 2007 17:36 GMT | 3 |
I have a subform that in the footer has a txtbox that sums up a field. This works fine. But I need to have another txtbox in the footer sum up the same field but only if it is billable. The subform does have a checkbox on it to indicate billable or not. I am stumped in how to ...
|
| Making Front End An MDE | 24 Jul 2007 17:28 GMT | 3 |
Ive Got Access 2003 and Ive Converted My Front End as an Access 2003 as it was Originally 2000 Now My Front End Is about 35Mb In Size, and Every Try and Make The MDE 5 Mins Later It Comes Up (Not
|
| How to reference fields/objects on a form | 24 Jul 2007 17:18 GMT | 2 |
Can anyone help me understand how to reference the fields/objects on a form when querying/updating database tables? Example: Form name = "frm_Cont_master" 1. SSN (text box)
|
| Looping through Ctls on a Form, then referring to it by "name" | 24 Jul 2007 17:16 GMT | 2 |
I would like to be able to click a button on a form, and make all the controls that are check boxes TRUE (without having to know their names before the code runs: that is, I know how to do Me.Chk1.value = true) There's a line in the code below (written as pseudo code so you can
|
| check null on "Continuous Forms", change backcolour | 24 Jul 2007 17:14 GMT | 1 |
I have a form using a query that displays the count of the different types of data inputted that month (so the form would normally look like this:) type1 36 type2 23
|
| command button don't work anymore? | 24 Jul 2007 17:14 GMT | 2 |
I have a problem, I'm moving a database from server client "Metaframe win2000" to server client "Metaframe winxp" but suddendly a button doesn't work anymore... I tried to copy the code into the new database but this doesn't work aswell...
|
| Option group values with Iif statement | 24 Jul 2007 17:12 GMT | 6 |
I'm trying to run a query from a form where the user fills in various parameters with option groups. The table contains a several different values (ranging from 5.5 to 9) in a particular field, and I want the query to group them in the query so that all
|
| How to use the FollowHyperlink Command | 24 Jul 2007 17:10 GMT | 1 |
I need to know how can I do an Event Procedure to make a Command button open the Internet Explorer with the address : www.myhomebankers.com/admin and if possible already send it with a cookie including the user name and pasword info... Thanks
|
| form.control(index) | 24 Jul 2007 17:04 GMT | 5 |
Is it possible to change the index of a control on a form. I guess access numbers them incrementally as they are created. For instance group all the text boxes in a sequential block . Dan S
|
| Date Parameters | 24 Jul 2007 17:04 GMT | 3 |
How can I make a Validation Rule That limits the user from inputing a date on the Termination Field that is on or Before the Starting Date Field? The code Bellow just changes both Date Fields to "12:00:00 am" Hour Format??? Private Sub Termination_Date_AfterUpdate()
|
| OpenForm: multiple OpenArgs | 24 Jul 2007 16:16 GMT | 7 |
Sorry, I have not been able to find out how to do this, yet it should be very simple. I am opening another form (formB) and trying to pass multiple text box values from formA to formB. I am using the following: DoCmd.OpenForm "CS_Email_Form", , , , , , [Contact_Email].Value
|