Programmatically connecting to backend2421 (4/17/2007 6:18:37 PM) I have an odd issue, wondering if someone might have seen this. Not sure whether this question is more appropriate here, in security, or if this is a network administration issue - but here goes... I've got a... iso
Expand Combo box2583 (4/17/2007 4:28:02 PM) I have a ComboBox (cboClient) that searches the form for a specific record. I would like for the combo to expand when the user begins to type so that they can see where they are in the list. As it is right ... Utf
how to find subforms not dirty ...1513 (4/18/2007 4:01:37 AM) Hi, Thanks in advance.... I have main form frm1 it containds two subforms subfrm2 and subfrm3 I would like how I can code if any of the form frm1 , subfrm2 , subfrm3 is dirty (editting... Ahmed
Forms Class Inheritance in Access 200710217 (4/10/2007 10:55:36 PM) All, I have been searching for the last couple of days on how Access implements inheritance, specifically with regard to forms. Unfortunately everything that I seem to find is related to .Net and not specifical... CES
Before Update validation2364 (4/17/2007 3:24:53 PM) There are two parts to this. First, I use code in a standard module and custom navigation buttons for record navigation. This lets me use the same functions and the same buttons in all of my forms. For ins... BruceM
Using InStr on form control4164 (4/16/2007 4:00:08 PM) Hi, I have this bit of code: Dim myText As Variant, i As Long If Not IsNull(Me.mktAreaCombo) Or Me.mktAreaCombo = "" Then If InStr(Me.mktAreaCombo, "...") > 0 Then MsgBox "... Detecte... Veus
Add new record to master and subform at the same time.0369 (4/17/2007 2:12:00 PM) Using Access 2003 SP2. I have a master form and linked subform. For procedural reasons related to another form, I need to ensure that a new record is added to the subform when a new record is created in the m... Utf
Lookup value of text box in another1112 (4/17/2007 10:30:03 AM) Hi, I am trying to alter the number of fields I need to input on the form. What I am trying to do is, once I input a Person ID field in a text box (txtEmpID), I am trying to get another textbox to look up the ... Utf
SNAPVIEW.OCX4626 (4/17/2007 3:23:48 AM) Hello, I just upgraded to Access 2007 and now have a problem with SNAPVIEW.OCX. I get the message "Access contains a missing or broken reference to SNAPVIEW.OCX Version 1". When I click a button the Visual B... Costa
Button opens document but it closes immediately????1847 (4/17/2007 9:50:03 AM) Hi I have a button that opens a pdf file. THe following code opens it. Private Sub Command76_Click() Application.FollowHyperlink "C:\setup.pdf" End Sub However, the pdf opens for a mili second and then c... Utf