| Thread | Last Post | Replies |
|
| Changing of RecordSource Property of a Sub Form | 27 Oct 2006 19:09 GMT | 2 |
I have One Main Form named "Leave Record" on which there are 3 embaded Sub Forms developed from 3 different querys. I have a Combo Box "TimeBracket" on Main Form from which user can select Different Values of Time Bracket. Basing on that selected value i
|
| Set Filter from Startup form to another form | 27 Oct 2006 18:59 GMT | 19 |
I’m working on a startup form for a database going to 35 remote sites. I’m trying to create a command button to set or apply a filter to a form (frmMGSP_Deliv) in the database, and then open the database for entering or editing data. I would like the users to be able to choose ...
|
| On Click Even with If Statement | 27 Oct 2006 18:07 GMT | 2 |
I'm having a little trouble. Discover Paid (a check box) Discover Paid Date (a text box) Discover Paid Control Name = DiscoverPaid
|
| Display 0 in Form if Subform is Empty | 27 Oct 2006 17:50 GMT | 2 |
I want to display a calculated field in a form from a subform. The subform may or may not have data. I have it working so that if there is data in the subform it works great. If there is no data I get an Error# message.
|
| How do I link list boxes to a record? | 27 Oct 2006 15:55 GMT | 1 |
Doing child language development research; each of my participants has his/her own record. Using subforms, each with a record number that matches a record number on a main form. Text boxes and combo boxes on the main forms and subforms work
|
| Msgbox response action | 27 Oct 2006 15:55 GMT | 5 |
I have a msg box that pops up on the before update tag on a forms textbox, when a duplicate order number is input into a form. I need the response to of the msgbox to trigger 1 of two things depending on the users answer. Answer Yes: Update a duplicate yes/no field on the form ...
|
| Where do I put the code main or subform? | 27 Oct 2006 15:40 GMT | 14 |
I have made some research, but I haven't gotten what I am looking for. I have a main form and a subform. In the subform, I have many text fields that I need to do the validation, i.e., the user must enter the data; the field can not be empty. My question is where should I put the ...
|
| My Micorosft Access Database | 27 Oct 2006 14:59 GMT | 1 |
In my Microsoft Access Databases Porgam, I have the abilities to make a lot of forms with tables inside them. I can put the tables inside the forms and pull up the infromation when I click on the form. The problem is, becuase I have Microsoft Access as it is in the computer, The
|
| Disable other text boxes using option group | 27 Oct 2006 14:54 GMT | 3 |
I am using an option groups to turn certain textboxes off in a sub form. If I use say option 2 how can I turn off the textbox named opportunities and hrOffered.
|
| Quick Question about Report Coding | 27 Oct 2006 14:21 GMT | 2 |
I need to do something a bit out of the ordinary as far as reports go, so im hoping someone's able to help me. What i would like to do is pass 7 separate varibles, which hold 8 different strings separated by commas. i will extract bits and pieces of each string in hopes of
|
| Fixed Format and Decimals in Combo Box | 27 Oct 2006 14:03 GMT | 17 |
I'm using a form to filter values in a query. I have unbound combo boxes that query fields in a table that are Fixed and set to 4 decimals. The combo boxes are also setup accordingly. When the form is opened the values in the combo boxes are rounded up and at
|
| Control order of events within a procedure | 27 Oct 2006 13:49 GMT | 2 |
For example, consider the following: DoCmd.OpenForm "frmCalendar" Forms("frmCheckEntry").Controls(gcsControlRunDate).Caption = gdCalendarDate The above code is in a Form class module. Both lines of this code run
|
| Using a tabbed form for record navigation | 27 Oct 2006 13:21 GMT | 4 |
My users typically have 5 or 6 records selected/filtered and then move between these records using standard navigation buttons. The form has 3 sub-forms. These records contain details of ships which they are managing so need quick access to details when called.
|
| Simple but Confusing | 27 Oct 2006 12:34 GMT | 2 |
I have a label control "lblReports" in the Mousemove Event I have: lblReports.Fontbold = True ( it works fine no problem) I have a image control which is behind the label control "imgBground" in the Mousemove Event I have:
|
| Working with images | 27 Oct 2006 12:17 GMT | 1 |
Anyone know of a good 3rd party imaging tool
|