Search results

  1. M

    Multiple data sources for tabs on a form

    Hello, Please see the screen shot attached. I have a single form with multiple tabs. At the top of the form appears the name of an individual and below the name are multiple tabs containing information specific to that individual. Each tab has a separate underlying table, which is the data...
  2. M

    Access ignoring my code

    Hi Spikepl, You're spot on. I found a thread in another forum from a user with the exact same issue. You have to explicitly tell Access that a particular folder/location is "Trusted". Everything works fine now. Lesson learned. Thanks again for your help. much appreciated. MM
  3. M

    Access ignoring my code

    Hi spikepl, Yes, the events do appear. Thanks. MM
  4. M

    Access ignoring my code

    So here is what is weird. I created a new database, added a few fields, wrote some simple code/events and everything worked fine. Then I closed the DB, re-opened it, and guess what...Nothing Works. Aaaargh!
  5. M

    Access ignoring my code

    Hi Pat, I put in a Stop, and the code window did not open up. So, my events are not running? What can cause that? Thanks again for your help. MM
  6. M

    Access ignoring my code

    Hello Bob, Thanks for replying. What is the difference between MDB and ACCDB formats? It is saved as an Access 2007 file? Here is an example of what I'm talking about: Option Compare Database Option Explicit Private Sub Form_Current() SSN.SetFocus Me.WorkPermitExpiration.Enabled = False End...
  7. M

    Access ignoring my code

    Hello Everyone, I am writing Access VB code for the first time. Here is my first really basic question... What would cause an Access DB to ignore any and all code that I write?? Is there a switch or something that tells it to read the code I've written? A line of code inserted in the...
  8. M

    Use one field to enable or disable another field

    What would cause an Access DB to ignore any and all code that I write?? Is there a switch or something that tells it to read the code I've written? A line of code inserted in the "Declarations" perhaps? My DB is not recognizing any of the code I've written!?
  9. M

    Use one field to enable or disable another field

    MissingLink...Thank you for your help.
  10. M

    Use one field to enable or disable another field

    I have a form with a checkbox (Is a Work Permit required?)and a date field (Work Permit Expiration date). I want the date field to be dimmed when the form opens. I want the focus to go to the checkbox first. The checkbox asks whether a youth is required to have a Work Permit. if the user...
  11. M

    Greetings Access Developers

    I work for a small non-profit organization and I am building my first Access DB where I will be attempting to use Visual Basic.
Back
Top Bottom