| Thread | Last Post | Replies |
|
| Filter codes | 28 Aug 2008 20:41 GMT | 2 |
Ok, I cannot write code on my own. I need a form to open with certain records excluded and sorted in a certain order. I know you can do this on the properties tab, BUT that is way too easy to
|
| Update Excel file | 28 Aug 2008 20:32 GMT | 4 |
Hi All, First of all, thanks so much for all the help with the questions. I think what I am about to ask is impossible, but just wanted to hear some suggestions (if any).
|
| Custom Error Messages | 28 Aug 2008 19:36 GMT | 8 |
I have a single form that contains several fields from tblStudents. I set the required property to true on several key fields. I am attempting to use custom error messages in the BeforeUpdate properties without any success. If I set the..
|
| Multi-Select List Box Code Problem | 28 Aug 2008 18:46 GMT | 5 |
I have the following VB code that is giving me an error message: Run-time error '424' Object Required It doesn't llike my Set frm statement, as if the object doesn't exist. But
|
| Updating Form Data | 28 Aug 2008 14:12 GMT | 2 |
Repost: I'm not sure I explained myself well the first time, so I'm reposting this in hopes that someone can help. I had some good feedback for my original question, but the solutions weren't quite what I was looking for. I have a form, frmEmployees, that lists all of my ...
|
| Delete all records from a subform | 28 Aug 2008 10:27 GMT | 2 |
I want to delete records in a subform, the recordsource for the form is: SELECT * FROM (TEST INNER JOIN SAMPLE ON TEST.SAMPLE=SAMPLE.ID_NUMERIC) INNER JOIN RESULT ON
|
| Subform's RecordSource under Access 2007 sp1 | 28 Aug 2008 06:24 GMT | 2 |
I am testing a MS access app on Access2007 SP1. There a form which a sub forms. The relationship like this: MainForm include a SubForm, the SubForm has another SubForm1. So the relation is:
|
| Conditionally format a label object or a toggle button | 28 Aug 2008 04:48 GMT | 1 |
In A2K - on a form. Wanting to create a simple (I hope) control to indicate whether the work on a record is done or not. If the user has completed work on the record, I would like the user to click a control (thinking a toggle button works best here) and the record would
|
| Access 2003 Forms and Subforms with Parameter Query | 28 Aug 2008 03:13 GMT | 11 |
I am using a form with combo boxes in Access 2003 which runs a query with 4 to 6 parameters, and I need to display the results of the query in a subform. When I add a subform in Design View and run the form, I am immediately prompted for the parameters before the form is ...
|
| Not In List 2 values | 28 Aug 2008 02:39 GMT | 5 |
Hi Groupies: The standard Not In List code that I use is something like: Dim db As DAO.Database Dim rs As DAO.Recordset
|
| dlookup | 28 Aug 2008 00:32 GMT | 2 |
I use dlookup to find a specific data which is very useful. I just wonder that are there any way to retrieve 2 or more fields in the same table. I use 2 or more dlookup which seems not efficient.
|
| vbCrLf doesnt work in 2007 runtime, but works ok in the main app | 28 Aug 2008 00:31 GMT | 3 |
Note: Re-posted this here from the "forms" section as this section seems more appropriate. Hi, I have a database with a multi line memo field and I am creating carriage
|
| Check completed records in subform before updating check box on Ma | 27 Aug 2008 23:26 GMT | 1 |
I have a form (Mainform) with a subform. This form tracks assignments. Once an assignment is completed by one the many people it is assigned to, I check a complete box in the subform by the person's name. Once all of the assigned people in the subform completes the assignment I ...
|
| Why does this code work? | 27 Aug 2008 23:07 GMT | 4 |
hi to all This question isn't about code that doesn't work, but about code that does (but I'm not sure why??) In my form's header, I have an unbound combobox (cboSelectCityState) that is
|
| Memo Prevent Alt Enter | 27 Aug 2008 22:58 GMT | 4 |
Is there a way to standardize the memo field once updated to remove all "alt enter" spaces? Kind of in the same way it would standardize case problems like: me.memo = strConv(me.memo), vbproperCase)
|