| Thread | Last Post | Replies |
|
| MsgBox | 24 Feb 2006 11:27 GMT | 3 |
If password correct but user not then i see 2 msgboxes 'invalid user name' and 'invalid user name and password' and same thing if both not correct. What should i change to view only one msgbox for each incorrect data? ===========================
|
| Dropdownlist prob | 24 Feb 2006 10:07 GMT | 1 |
i have 2 dropdownlists: companyname and Servicenumber, and a hole form with textboxes about the companys my probleme is : when i change company name(with a click), al textboxes get filled(thats good)
|
| unexpected combo box behavior | 24 Feb 2006 04:31 GMT | 1 |
i've got a c.b. on a subform. I've specified that the bound column is 2 of 2. The column widths are 0.25"; 1.5" The correct column is stored in the control source field, but the first column is left in the combo box when the drop down list collapses. Is this corrupted ...
|
| data disappears | 24 Feb 2006 04:31 GMT | 6 |
We have a setup of one mainform with several subforms, all linked by an HOUR field in the main form. Each main form is equivalent to an hour of data sampling. It's important that these forms be bomb-proof for data entry out in the field, and we've noticed a slight glitch working ...
|
| Text Box - No Scroll Bar When Using Margin | 24 Feb 2006 02:57 GMT | 1 |
When I use the margin formating, to get the text away from the edge, and choose "vertical" as my scroll bar, it goes away when you have something in one of the margins, either one (left, right, top, bottom) Any way around this?
|
| Run Code - Switchboard | 24 Feb 2006 02:25 GMT | 1 |
I have vb code that is currently activated by the On Click event of a command button. I would like to assign the code to a button on the switchboard and am trying to use the Run Code option with very little success. Is there a special naming convention for the function / ...
|
| access unable to create form because chose to many fields | 24 Feb 2006 02:20 GMT | 1 |
want wizard to create form
|
| E-mail field to open email with address | 23 Feb 2006 22:15 GMT | 1 |
I got the e-mail to open with the correct e-mail address, also got rid of the error message. Now I would like to be able to add a report to the e-mail automatically! Please help! Any codes you know that will attach a report to this e-mail will be helpful!
|
| Sizing a larger Form On Screen | 23 Feb 2006 21:44 GMT | 3 |
I have a form which is 10.5" wide and 8.1" high. I have the autosize set on. I exit out of the Form completely and open it. It doesn't size the whole form on the screen for me. Is there a way to size the form to fit in my screen???
|
| OpenForm WhereCondition=Variable | 23 Feb 2006 21:27 GMT | 2 |
Can someone tell me how to open a form to show only records defined by a variable? My code works if I type a literal number in but I can't figure out how do it with a variable: Dim stDocName As String
|
| listbox selected -> text box question | 23 Feb 2006 21:23 GMT | 1 |
Can someone help me figure out why the following code (problem line ***ed) is throwing the the error: "The macro or function set to the BeforeUpdate or ValidationRule property for this field is preventing the DB from saving the data in this field."
|
| Refresh link to table | 23 Feb 2006 20:38 GMT | 8 |
I have three tables that are linked to excel spreadsheets. For each month there will be three spreadsheets and I want the user to click on a button to relink to the appropriate one. What is the best way to accomplish this? I tried this, which will create a new table. However, I ...
|
| How do i lock a field, but still be able to add new entries? | 23 Feb 2006 20:32 GMT | 5 |
I am designing a form and want to lock a specific field so it cannot be edited, but would still like to enter entries into that field. Any suggestions?
|
| unbound combo passing wrong value | 23 Feb 2006 20:06 GMT | 1 |
I have an unbound combo box on a popup form that I want to use to select a record ID to pass to the main form. I've got most things working, but the unbound combo does not pass the selected record ID to the main form. The main form always displays the first record in the list, ...
|
| optiongroup optionbutton (possibly no-brainer) | 23 Feb 2006 19:57 GMT | 5 |
when a optionbutton in an optiongroup is clicked, what's the quickest way to get the actual *optionbutton* *control* that was clicked? i'm probably missing a very easy to use property here right? or do i have to loop thru the .Controls collection to find the optionbutton
|