Search results

  1. A

    Form-SubForm Questions

    After stepping back and reviewing my code. I think I have my problems resolved.
  2. A

    Form-SubForm Questions

    I apologize in advance for a long post. But I think more the details, the better. I have two questions at the bottom of my post. --------------- I have a mainform called frmMainForm. On this mainfrm, I have a ComboBox called cboQuickSearch which list all of my Company’s Id and Name. It...
  3. A

    Check for changed records

    Thanks for the quick and "DIRTY" rundown. I know, probably an old pun. Awesome. BTW, you all are quick. I love this forum.
  4. A

    Check for changed records

    I will have to research in the future on the use of Audit Trail. Still learning. Thanks. I also plan on looping when needed.
  5. A

    Check for changed records

    Thanks for that Tip.
  6. A

    Check for changed records

    Interesting. So on the OnDirty event, can you give me a quick example of comparison on a control? What would be the syntax in the OnDirty event?
  7. A

    Check for changed records

    I have an form which is bound to a query recordset. If a user changes any items in the form, how do I check if any of the items have been changed before it is saved when they click on a SAVE button? I assume I would use a BEFOREUPDATE event, but what is the syntax to loop through the controls...
  8. A

    Unbound Form - Using Query

    Makes perfect sense, much appreciated. Thanks. This helps a lot.
  9. A

    Unbound Form - Using Query

    Then how would I set it up to allow the user to edit the record if it needs editing/deleting or addnew record if one doest exist? I am sure it has to be done via VBA code right? Is there an example that I can follow? I appreciate your quick response.
  10. A

    Unbound Form - Using Query

    Can anyone point me to an example where there is a vba code to create a query and bound the result to a form? This allows the user to see the result, but cannot directly edit the information so it wont affect the data from the underlying table. But if the user wants to edit the information...
  11. A

    Form-SubForm ScrollBar problem

    wiklendt, Thanks for your response. I will have to fix that piece where all the tabs should be subforms. That is a problem on my first tab. Yes, its is normalised. My problem was trying to get it to be visually pleasing to the User. I will have to rethink on how to present the layout. I...
  12. A

    Form-SubForm ScrollBar problem

    Hello, First post. Glad to find this. I am using Access 2003. I have a Form which uses a tab control. Tab1 has my main form called FrmMain Tab2 is a subform which has contact information called sFrmContact Tab3 is a subform which has an unbound form In my Tab3, which has an unbound form...
Back
Top Bottom