| Thread | Last Post | Replies |
|
| Allow Additions not consistent | 24 May 2007 17:31 GMT | 2 |
I have a form that is based on a query that is based on one table. When I pull up the query I can add records. When I pull up the form I can add records. However, when this same form is entered into another form (thus I'll call it a subform) I cannot enter add records. I can ...
|
| Default value problem | 24 May 2007 17:03 GMT | 2 |
I have a form that is based on a query that is based on 1 table. One control is Txtmemnbr and is a number field and therefore is shown on the form as 0 when the form opens. The control on the form that displays the surname is txtsurname and is a Dlookup control. There could be ...
|
| SubForm DoubleClick Event? | 24 May 2007 16:58 GMT | 2 |
Hi, I made a subform from a query, and made a form to same query for edit record. I add an event in double click in the subform, DoCmd.Openform "editform"
|
| How display digital camera photo on form and print on report? | 24 May 2007 16:50 GMT | 2 |
A client wants to add digital camera photos to a multiuser equipment maintenance database. I do not plan to store the photos in the .mdb, but rather in a folder in the same location as the .mdb. In the .mdb I plan to store the equipment id, the path to the photo, and other ...
|
| Making a search screen for my database | 24 May 2007 16:23 GMT | 1 |
I am trying to make a search screen with unbound text boxes and several check boxes that will be able to search information over 7 tables. But I am lost on where to begin on the coding and making the search thing work. Any healp will be grateful.
|
| Creating User Customize Form | 24 May 2007 14:18 GMT | 4 |
Good morning, I would like to create a form for a report where users can select the fields on the form that they want on the report. For example, on the left side of the form, we have a list of fields, and the
|
| Checkbox in List Box | 24 May 2007 13:57 GMT | 3 |
I am wondering if it is possible to have a checkbox show up in a listbox based on the value returned in one of the columns?
|
| how do i get rid of #Deleted in Access form??? | 24 May 2007 13:28 GMT | 2 |
why am i getting #Deleted results when using an ACCESS form?
|
| Form to show up with specific criteria | 24 May 2007 11:21 GMT | 1 |
I have a control source named" loan type" which is in a form named "frm general Infromation subform". If any data in that control source equals sd-re, sd-cb, sd-cm, sd-re-sag, sd-cb-sag, or sd-cm-sag then a form would show up named "frm call notes document tickler input subform" ...
|
| Very slow forms | 24 May 2007 10:28 GMT | 4 |
I have taken over looking after a database for a charity. It works fine on the machine it was set up on, but when I move it to another machine it slows right down. I.e it can take minutes to load a form. (the time is spent before any of the open or load events fire)
|
| Send Report to Hard Drive - Command Button | 24 May 2007 09:16 GMT | 2 |
I need your help. I create a report with picture and send it to HTML. I open the report like "report1.html" but I got the detailed information without a picture in it.
|
| OpenForm | 24 May 2007 06:16 GMT | 8 |
This is I am using to open a form: DoCmd.OpenForm "frmEmployee", acNormal, , , acFormAdd, acWindowNormal I noticed the form opened is wider than what at design time. Can I open the form the same layout as at design time?
|
| Set form's property when opening it | 24 May 2007 06:13 GMT | 5 |
I would like to open a form by setting some properties: eg. using DoCmd.OpenForm "frmEmployee", acNormal, , , acFormAdd, acWindowNormal setting the record navigator visible/invisible
|
| filter and sort a form | 24 May 2007 00:11 GMT | 1 |
I have a form that I want to be sorted by a date field and filtered according to a checkbox when it opens. I know how to filter the form with the funnel-looking button - but Iwant to do it automatically.
|
| Filter excluding selection filters out null values | 24 May 2007 00:05 GMT | 2 |
I have noticed that when I use the Filter Excluding Selection button on a form it also filters out all records which have a null value for that field even though the current record and field I have selected doesn't have a null value. How do I stop this from happening?
|