| Thread | Last Post | Replies |
|
| Client wants to change color scheme for 50+ forms | 01 May 2008 20:06 GMT | 1 |
A client wants to change the color scheme for 50+ forms. 1) Anyone know of an already existing tool available to assist with this before I try to create my own? [ Cause I sure ain't about to do it all manually:-) ]
|
| Change lists of one listbox based on selection of other listbox? | 01 May 2008 19:48 GMT | 2 |
I asked this on anoter board: If I have 2 list boxes, one that contains part numbers and one that contains reasons why that part may be defective, how to do make it to where the list given in the "reason" list box changes based on the part number selected in
|
| How to pass a String from VB to a query | 01 May 2008 19:30 GMT | 3 |
I have a section of code that returns a string of group names from a user controlled criteria form. I want to pass this string to a query and use it to limit the records returned to only those groups. the code works great, at least in the immediate window but when I put
|
| Delete Button | 01 May 2008 18:06 GMT | 2 |
I am using the following code: Private Sub DeleteRecord_Click() Dim intResponse As String intResponse = MsgBox("Do you wish to delete this record?", vbYesNo, "Delete
|
| Idle user detect form | 01 May 2008 17:21 GMT | 5 |
I'm having problems with an idle user detect for. I created an unbound blank form and set the form properties to: On Timer.... [Event Procedure] Timer Interval....1000
|
| Return without gosub error 3 when requerying a combobox | 01 May 2008 16:50 GMT | 1 |
In Access 2007, I have a combo box that I perform a requery on based on the on change event of another combo box. Suddenly I started receiving the error message Return without gosub error 3 when I clicked the drop down triggering the event. When I go to the debugger the code ...
|
| Run-Time Error 2766 | 01 May 2008 14:15 GMT | 3 |
The object doesn't contain the Automation object CAR. Private Sub cmbxEmailCarRequest_Click() Dim stDocName As String stDocName = "CarRequest.Email Car Request"
|
| Using query to populate table | 01 May 2008 12:42 GMT | 1 |
I am trying to use a query that is produced from user defined variables to populate one field in the table. One the query is made it displays in a list box and I would like the user to be able to select a record (which displays multiple fields) and then to pull the reference from ...
|
| If Unbound Combo is Null it Shows All Records | 01 May 2008 10:28 GMT | 5 |
So Then I Have a Combo List Box thats have a selectable values, to select from, unbound of course, I Select the required value then i click on a button which opens another form which shows all related records that match the value in
|
| Click Event of a Button | 01 May 2008 09:28 GMT | 2 |
I currently have a button with the following click event (which works fine): Private Sub Labor_Vendors_Form_Click() On Error GoTo Err_Labor_Vendors_Form_Click
|
| Remove listbox selection? | 01 May 2008 02:42 GMT | 1 |
Is there a quick way to turn off a listbox selection? This is a listbox that allows only one selection.
|
| Form Command Buttons | 01 May 2008 02:11 GMT | 4 |
I have a bound data entry form that opens up blank (to a new record). On this form, I have 6 command buttons (add, undo, find, edit, delete, save). I do not want the user to be able to enter any data into the blank form fields until he clicks one of these command buttons. How ...
|
| If statement against several values | 01 May 2008 01:34 GMT | 4 |
Is there a way to have an If statement compare against a few values instead of just one? I need to convert some strings to convert some reserved characters (& < > " and '). I would like to have an if statement that checks for all of them... something like SQL's In
|
| Type mismatch | 01 May 2008 01:08 GMT | 6 |
Hi Keep getting a type mismatch error with this code. I have DAO as a reference, but not ADO. Private Sub cmdCreateQuery_Click()
|