| Thread | Last Post | Replies |
|
| Error handling code placement | 05 Oct 2006 23:01 GMT | 2 |
I need to insert a very simple error handling procedure in my code to open a form. I'm not getting where to place it in the original code sequence. Both are very simple but they aren't working together so far. I have a form with a text box for entering account number, and an OK ...
|
| Mr. Lebans May be able to solve this question with list box | 05 Oct 2006 22:36 GMT | 7 |
Thank you Mr. Lebans for your many examples of list box. they are easy to follow. Anyhow I have a form with 2 cascading list boxes. The first list box I have 2 colums. Colum 0 has a date formatted to dddd to display the day of the week and colum 1 has the same field but formated ...
|
| How to set the tabindex with code | 05 Oct 2006 22:22 GMT | 2 |
Anybody knows how to set the tabindex of controls with code? I know you can use the tabindex property but that does not work when you want to change the tabindex of a lot of controls. I don't like to use the normal way with the form with the names of the
|
| Tab Controls | 05 Oct 2006 21:18 GMT | 3 |
I would like to control the tabs from my form to my subforms. I used me.Zip.tabindex = 5 and that gets me to the last field in the form but how do I get to my subform? Thanks
|
| Help with carry over a value | 05 Oct 2006 21:18 GMT | 7 |
I have a table with the following fields: Treatmentdate BodyWt Dose 5/16/1996 92.75 130 5/17/1996 140
|
| 3 choices | 05 Oct 2006 20:59 GMT | 3 |
A command button on my form has three choices (code below). The first two work fine, the third bombs at ".ItemsSelected" Compile error: Method or data member not found. Private Sub KeyIndicators_Click()
|
| Error in 'Before Update' event ? | 05 Oct 2006 20:58 GMT | 2 |
In a 'Before Update' event I have this code: If Len(Me!Topic) = 1 Then Me!Topic = "0" & Me!Topic End If
|
| Adding half year or 2 quaters | 05 Oct 2006 20:24 GMT | 7 |
Hi guru's: I need to calculate the half a year or a 6 months out mark based on date in another control, the sample below is how I've gotten it working, kind of! Is there a better way to do this using the DateAdd function?
|
| to use one value for populating new form | 05 Oct 2006 18:24 GMT | 1 |
i m new user for the ms access i have table employee i wan to create a form with a sub form , on the form i wan toc all the information of themanagers and i want o c athe names in a combobox so that when i choose the name of the manager it ask me for the manager id and after
|
| When gringin in the formations | 05 Oct 2006 18:04 GMT | 1 |
It will help if the formation box brought in all the database. The tables and queries need to force the page to do a new print and find the IP address again. The last page of the query has no formulas in it or check boxes. the IIf statements are nested 2 times per line, and tere ...
|
| Making a number into words - help! | 05 Oct 2006 16:35 GMT | 1 |
Again I turn to my mentors in the shiny computer screen for some help with a thorny issue. As some of you may recall, there is this silly survey that I'm responsible for creating. I've got it up and running wonderfully, and it's storing my
|
| Error 3075 When Appending Form Data to Table | 05 Oct 2006 16:22 GMT | 2 |
The user enters data in a form (an issue log) and clicks OK. The data should be appended to Tables!tblComments, but I get an error: "Run-time error '3075': Syntax error (missing operator) in query expression 'Enter comments here.'.
|
| visible property | 05 Oct 2006 15:20 GMT | 2 |
I have a subform that opens invisible to start a "encounter clock" to time a session. When a button is clicked on the main form to end the session, I want that subform to appear so that the user can "sign off and stop the clock" on the session then click a button located on ...
|
| how can I open a jp2 file? | 05 Oct 2006 13:21 GMT | 1 |
Yes, a friend of mine had sent me pictures in the "jp2" format, I know that her OS is the same that I have, WinXP. the only thing that I can think-of that that format is for is either a Scanner or a digital Camera. does anyone have any ideas? I hope so.
|
| Merge images | 05 Oct 2006 08:41 GMT | 1 |
Is there a way to merge layered images in access? I want to be able to have a image with transparency show above another image. I can do this and it looks great on the form but how do I group the two
|