| Thread | Last Post | Replies |
|
| Delete only 3 times | 29 Dec 2005 23:06 GMT | 4 |
I have a button linked to a query that will delete the max record in a table. This is in case the data entry is incorrect and the information needs to be replaced. Is there a way of making it so that this button can only be used about 3 times. This is so that the supervisor can ...
|
| Exit from each form replicating the small red box at top right cor | 29 Dec 2005 22:49 GMT | 4 |
s there a way to add a similar looking "X in the small red box" at the top right hand corner of each of my forms, so when selected, it would Exit the user back to the Main Menu? Would I just create an object and attach an Event Procedure-"On Click" to it?
|
| Refresh Form in Microsoft Access | 29 Dec 2005 22:01 GMT | 4 |
I have an input form with a new button and submit button. When I click on New button, I get a Run time error 2105, "Can't go to the specified record. You may be at the end of the recordset". But the recordset is not at the end. It shows me the form filled with already
|
| Subscript Out of range using OpenArgs | 29 Dec 2005 19:38 GMT | 2 |
I am trying to pass values from one form to another using OpenArgs. The values in the main form are as follows: Job_Id (autonumber field) cbo_Account_No (numeric field)
|
| Filter Records with Multiple Combo Boxes | 29 Dec 2005 18:00 GMT | 7 |
I have a form that displays project details and includes a couple combo boxes for filtering records. One of the combos filters records by project manager and one filters by project area (eg. research, communications, education, etc.). The AfterUpdate event of each box is ...
|
| Form's Icon | 29 Dec 2005 17:48 GMT | 1 |
It is possible to set an icon for an Access database and the same icon for all its forms. But is it possible to set an different icon for each form? Thanks for any suggestion!
|
| 2nd db connection from 12/21 | 29 Dec 2005 17:47 GMT | 1 |
I have an odbc connection to an sql database backend. Everything's working fine. But, just for a small section of code, is it possible to modify the code below and connect to another sql database in another city for which I have an account and password?
|
| Tables in Current DB | 29 Dec 2005 17:43 GMT | 5 |
I am working with a DB with 10 tables. Let's say tbla,tblb,tblc,tbld,tble etc. I have created a form (frm1) and want the combo box (cbo1) within the form to display the names of the tables within the DB. I also want to do this in separate combo boxes with queries,forms and ...
|
| Tick a checkbox, unhide a tabpage | 29 Dec 2005 17:42 GMT | 6 |
I'm creating a form where I want to select certain functionality with a checkbox. When that checkbox is ticked, I want a new page to become unhidden on a tab control. I've never tried to program tab pages before so I don't know how to
|
| Type Mismatch using OpenArgs | 29 Dec 2005 17:38 GMT | 4 |
I am using Open Args to pass values to linked forms. In the main form I have the following code Private Sub Frame_Contract_Type_AfterUpdate() Dim MyOpenArgs As String
|
| How to Display Multiple Images on a Tabular Form | 29 Dec 2005 17:26 GMT | 5 |
I would greatly appreciate if any one can tell me how to display multiple images on a tabular form. I tried to find some samples and only found the samples displayed image on a single form. Code:
|
| Too many tab pages, start a second row. | 29 Dec 2005 17:10 GMT | 5 |
Is there an easy way to make the tab pages "wrap" so instead of getting a left-right button to navigate among them, once the number of pages reaches a certain level it automatically starts a second row? I'm starting with all pages invisible, but they can be turned on with a
|
| Access lock bug - Workaround? | 29 Dec 2005 16:39 GMT | 3 |
Can anyone offer suggestions to get around an Access lock bug? Here’s the deal. In several places in my application, I have memo fields displayed in two or three line text fields. The data is usually much more than two lines long, so when a user clicks on a field, I throw up a ...
|
| Select Case not opening forms | 29 Dec 2005 16:37 GMT | 6 |
Can someone tell me why the following select case statement is not opening the forms: Private Sub Job_Type_AfterUpdate() Select Case Form_Tbl_Master_Jobs!Job_Type
|
| Access 2003 Form.RecordSet problem | 29 Dec 2005 16:34 GMT | 4 |
I have a problem with Acc2003 which I did not have with Acc2000. In Acc2000 you could filter form and the resultant recordset would have been stored. For example, if I had a form with all my suppliers from around the word and
|