| Thread | Last Post | Replies |
|
| event in sub form | 04 Oct 2005 13:54 GMT | 2 |
I do have a problem with sub forms. The question is: is there an event which is called when the subform follows the link in the main form. what I mean is that I do have a lstbox in my main form
|
| Find Record - In another Form | 04 Oct 2005 13:41 GMT | 2 |
First of all, let me say that I have looked all over here for help with this and wasn't very successful. I have a form with a subform in it. I want when the user wants the edit exisiting data, they click on the Edit button, and a dialog form pops up
|
| Append from form | 04 Oct 2005 13:40 GMT | 5 |
Hi, I have a large table of pupil details, each with a unique id number. This feeds through to a number of other tables with differing additional information. The user views this data through forms and it is necessary for
|
| Error handling question | 04 Oct 2005 12:28 GMT | 15 |
I use something like the following for error handling when there is an error that I want to trap: ProcErr: If Err.Number = 2501 Then
|
| Stop User Selecting Textbox | 04 Oct 2005 12:28 GMT | 5 |
Hi. This is probably a simple question needing a one-liner response. I have textboxes on a form which just display a count of the record. How do you stop the user being able to click on this textbox? I've disabled tab stop but user can still click on the field.
|
| how to make subform control visible from main form | 04 Oct 2005 09:45 GMT | 1 |
What's the code in VB to make a subform control (command button) visible from a command button on the main form? I know I have to put code in the main form button's onClick event. What is the correct code to show a subform control?
|
| Check for New Record? | 04 Oct 2005 06:41 GMT | 7 |
I am trying to use a single form for both viewing old records and adding new ones. I have one command button on the main form that opens my form and goes to a new record using: DoCmd.OpenForm stDocName
|
| recordset doesn't reflect changes | 04 Oct 2005 06:13 GMT | 1 |
Hi I have Continuous Forms defined as a subform. When i do a change to a field i see the change on screen . BUT the recordset is not reflecting the change until i change another
|
| How to auto TAB when control has 6 chars entered | 04 Oct 2005 05:15 GMT | 4 |
Can't figure out how to automatically tab to next control when a control has say 6 digits entered.
 Signature Regards
|
| how do I display the actual text when my pointer moves over it? | 04 Oct 2005 04:44 GMT | 1 |
How do I show/display the actual text when my cursor moves within the field? Something like the (yellowish pop up text box). The same effect when you point to an icon on your desktop and the pop up box displays the description. Thanks
|
| Make Table Query | 04 Oct 2005 03:48 GMT | 3 |
I am trying to automate a procedure where a table is automatically made, using a make table query, when the user pushes a button to save a record. The problem occurs when the user presses the "Save" button they get a warning message box that says "You are about to run a make table ...
|
| List of options | 04 Oct 2005 01:59 GMT | 6 |
I have a list of 4 items. When the user selects the items they could be selecting 1 of the options, 2 of the options, etc... What is the best way to incorporate this into a form? Thanks
|
| Buttons like windows XP | 04 Oct 2005 01:46 GMT | 1 |
I have forms and the buttons appear 'normal' as they always have! I got a sample db and on the forms they have the buttons like on Windows XP. the soft rounded ones with the 'neon glowing border'. Any ideas how they got those on the form? I've looked in the properties
|
| Can there be two different types of formatting in one text box? | 04 Oct 2005 01:23 GMT | 1 |
I have created a form for my workplace, which contains multiple text boxes that the users will enter infromation in to. I am stuck on one point though; Some of the users would like to have a heading in the textbox and be able to either bold the heading or underline heading. ...
|
| disabled control | 04 Oct 2005 00:55 GMT | 1 |
I have a control that is calculated and thus not enabled. However, I don't like the look of the disabled control. It's hard for the user to see the value with the gray on gray. I tried to change this with properties without any luck. Can I change the default look of a disabled ...
|