| Thread | Last Post | Replies |
|
| How To Find out anyof the subform.... info chaged(field) in the main form | 28 Oct 2006 05:41 GMT | 2 |
Thanks in advance.. if somebody can point me to right direction. I have main form which contains 4 subforms.... I am trying to find out if at all any of the subform (field or field ) been edited
|
| radio button question | 28 Oct 2006 01:13 GMT | 4 |
I have an option group with radio buttons Yes/No with a textbox next to Yes I need to add a Before Update event to say: if txtbox <> "" then
|
| Form/Subform Merge | 28 Oct 2006 00:59 GMT | 3 |
Hi, i have a Parent form (Contract Profile) and about 12 subforms (Contract Review, Vendor Assessment.... etc). The way it setup currently, i have the main parent form and at the bottom i have tabs setup for the other forms. Everything is working perfectly except the design looks ...
|
| If - Then statement help | 28 Oct 2006 00:21 GMT | 5 |
I have subforms that I am trying to tab through from my main form. I have set up the "txtjump" field in all subforms to set the focus on the next subform. My problem is, if the main form is FrmProjEntry_Renaissance I need it to jump to subform FrmSUBContacts_Cities. Otherwise ...
|
| Resizing a field on the fly | 27 Oct 2006 23:56 GMT | 4 |
I have a form with a header that is a Text box with a piece of text and the user’s name. The Control Source looks like this: ="Diary Information for " & [Forenames] & " " & [Surname] The Text box has a Special Effect of Shadowed.
|
| Error trapping | 27 Oct 2006 22:54 GMT | 2 |
I have the error code 2501 appearing when I Cancel a form closing (which I believe is to be expected). To prevent the message showing I have wittten an error handler routine: If err <> 2501 Then
|
| Access 2003 reference name | 27 Oct 2006 22:41 GMT | 1 |
I am converting my Access applications from Access 2000 to Access 2003. I am comming up with a miss reference for "Microsoft Windows Common Controls-2 6.0 (SP4)". The file name is MSCOMCT2.OCX. This is causing problems with my apps. What is the name of the reference in Access ...
|
| Force Caplock | 27 Oct 2006 22:02 GMT | 1 |
Is there a way to force CAPLOCK on an entire form and have it store the data as well without having to set it on each and every control?
 Signature Matt Campbell
|
| Record is deleted message | 27 Oct 2006 21:49 GMT | 1 |
User clicks a cmd button. The cmd runs a series of coding. At the end it runs a macro to append and then delete the current record. The problem is a dialogue keeps poping up stating "Record is deleted". Then the user has click "OK" then code keeps running.
|
| Checkboxes selected on subform based on main form selection | 27 Oct 2006 21:20 GMT | 2 |
I am using Access 2003. I have a main form (frmAnalysis) based on a table called tblAnalysis. FrmAnalysis has a bound control called EquipmentName. The main form also has a button that opens a subform (subHazard) based on a table called tblHazard. TblAnalysis and tblHazard are ...
|
| Conver or upload access applications to a web-based front end | 27 Oct 2006 21:11 GMT | 1 |
Greetings everyone, we have a couple of Access applications and we were wondering if there was a way (perhaps with FrontPage or Dreamweaver, we are not that web-savvy) to host them or convert them to a web accessible format so people could access them through the internet.
|
| Syntax for strDir and strSQL | 27 Oct 2006 21:06 GMT | 2 |
Can anybody help untangle this syntax, please? I can specify either the strSQL or the strDir, but want to do both Private Sub cmdMergeAllLw_Click() strSQL = "Select * from qryNotifConcat WHERE CaseID =" & [ContactID]
|
| Pass criteria from form to VBA module | 27 Oct 2006 20:35 GMT | 1 |
I am trying to run the following query in module that exports the data to an Excel sheet. The module works correctly when I use the first statement with the literal for the MONYR sSQL = " SELECT qryConsolidatedPerp.*, qryConsolidatedPerp.LOC FROM
|
| Some tooltips don't display | 27 Oct 2006 19:46 GMT | 3 |
On a form, some buttons display the tooltip while others do not. My descriptions are not very long; any ideas as to why and how to fix this? Thanks.
|
| Refering to Treeview on form from subform using control name and index | 27 Oct 2006 19:16 GMT | 2 |
I am able to refer to a Treeview control on the main form using its control index in the controls collection of the form; but I can not refer to it by name. i.e. : In the load event for the subform:
|