| Thread | Last Post | Replies |
|
| Sub Form Not Visible | 22 Feb 2008 07:46 GMT | 5 |
I have a form with a sub-form enbedded withit. It's a one-to-many relationship. When I click the view button I see the details. This is ok. But when I click the design button, all I see is a white screen with the name of the table that it's linked to. I want to ses the design ...
|
| Transparent tabcontrol background - mixed results | 22 Feb 2008 04:58 GMT | 1 |
I use a number of forms that have colored backgrounds. Many of these forms have transparent tabcontrols. I've noticed that in most Windows environments the forms look as intended, meaning the color of the form is clearly visible.
|
| Image Zoom? | 22 Feb 2008 04:17 GMT | 1 |
Hi. I have an image displaying on a form. The image is scanned in via a scanner, and it may appear very small. Is there a way to zoom-in/zoom-out a form image? Or is there possibly an alternative for increasing the resolution/image size on a form?
|
| Data Validation With Multiple Criteria | 22 Feb 2008 02:58 GMT | 3 |
I currently have a form that accepts sample measurements. Is there a way to place multiple validation rules into a text box so that there is either a measurement entered between 4" and 4.5" or the text box is left empty as the other choice. (This last option would be to ...
|
| how do I assign a variable to a check box or radio control? | 22 Feb 2008 02:39 GMT | 1 |
I need to assign the value of a radio control or check box when clicked on to a variable, preferably using the SetTemVar macro.
|
| Screen Flicker | 22 Feb 2008 02:08 GMT | 11 |
There is one form which has several tabs and I noticed when I moved my mouse over the form itself, the form/screen flickers quickly everytime. It's like the form is trying to refresh itself or something. Any ideas where I should start looking with such symptoms? Thanks.
|
| Filter eliminating records without and detail records | 22 Feb 2008 02:04 GMT | 2 |
I need a filter to be able to hide records that don't have any records in the detail form. My example is Member Master and Event Detail. If there is no data in the Event Detail, I need to hide that Member Master record.
|
| Form with sub-form, both visible in design view | 22 Feb 2008 01:49 GMT | 3 |
I haven't been able to create a form/sub-form, both visible. Must be doing something wrong. Is there more than one way to do this? Or is there only one way that does what I want?
|
| Using the same format on all Forms | 22 Feb 2008 00:35 GMT | 3 |
I have created a Form from a table. The form is formatted the way I would like. I have several other tables that I would like to change to Forms but I would like to use the same format from the 1st Form without having to manually format it. Is there a way to use this format ...
|
| Form Values cannot be edited | 21 Feb 2008 21:52 GMT | 1 |
I am trying to do the following: 1. Open a form that has combo boxes allowing me to select group and document. 2. Whenn the OK button is selected a query searches for data to match those criteria and another form opens in data sheet view where those records
|
| Generating a random ID on a form. | 21 Feb 2008 21:28 GMT | 1 |
I can insert a random number column into the query and shuffle it to select the first row but I have 250,000 rows. I want to do something (hopefully) simpler. The query's first column contains a unique 6 digit code.
|
| Will not all me to add new records | 21 Feb 2008 21:06 GMT | 1 |
When I click to add new record it gives me a message "Can't go to specified recordset. You may be at the end of a recordset." I am using one table. Thanks Linda
|
| Added a field but it doesn't save | 21 Feb 2008 21:04 GMT | 1 |
I added a field on our form. It looks like it was okay but every time I put a value/data in, the value/data isn't saved. Am I doing something wrong? Did I add the field incorrectlY? Thanks
|
| Emailing an Object from a form | 21 Feb 2008 20:48 GMT | 3 |
I am trying to email an object which is a refernce # from a form. This is the code i am using: Private Sub Command77_Click() Dim refnum As Long
|
| DLookup Not Working | 21 Feb 2008 19:34 GMT | 3 |
I have a form i want to create a DLookup where I get the Last_Name on the tblUserNameTest when the field txtUser on the active form equals the User_IDon the tblUserNameTest table. I have this and it is not working what am I doing wrong?
|