Search results

  1. M

    Debug: Play (>) SUB button doesn't work

    Yup, my VBA code is running now by fixing the Trust Center settings in Access. My txt fields are hidden and are visible when I select the appropriate value from my combo box. :D
  2. M

    Debug: Play (>) SUB button doesn't work

    Baracuca, I think I found out what the problem could be. I think there is a default setting when you create a new db form and create code in VBA that will allow you to run it the first time. Once you close and open it again, it blocks it. I think you have to go programs>microsoft access>...
  3. M

    Debug: Play (>) SUB button doesn't work

    Just to prove the VB code isn't running anymore, Current Time and Date show up as #name? on my form.
  4. M

    Debug: Play (>) SUB button doesn't work

    Well that's retarded because I can get it to work fine if I create a new database. I don't want to have to use buttons to make hidden text boxes show up on the form, that defeats the purpose. The bottom line is that the VB code doesn't run and is totally useless right now. I know my code is...
  5. M

    Debug: Play (>) SUB button doesn't work

    I have the same problem right now.... Access will not run any of the subs and to prove this, I had a macro that maximizes my form on load that I converted to VB and it doesnt work now. The Pause and Stop buttons are greyed out and none of my code works... :( Does anyone know how to enable...
Back
Top Bottom