Search results

  1. wannabe

    Access Runtime just stopped working

    No, everything on the network, PC & Access has remained the same. That is what is so strange about it.
  2. wannabe

    Access Runtime just stopped working

    I have an Access 2002 database running thru Access runtime on a Novell network with both NT and XP workstations. This database has been up and running for 5 years with no problems. Last update to the front end was in January, other than that nothing has changed with the program at all...
  3. wannabe

    Refresh/Requery Problem

    This presents the same error
  4. wannabe

    Refresh/Requery Problem

    Sorry for the delay in getting back to you all. I ended up with the flu which pretty much wiped me out. Working on my Access project was the last thing on my mind. But it' Monday morning and I'm feeling better and ready to solve this problem once and for all. Pat, I realize I read your...
  5. wannabe

    Refresh/Requery Problem

    Thanks again Rich, I'm assuming I was leaving this code in the Activate event of the subform. I tried adding the brackets, still no error but doesn't reqery either.
  6. wannabe

    Refresh/Requery Problem

    Thanks Rich this time I don't get any error messages, however, the subform doesn't refresh either. :(
  7. wannabe

    Refresh/Requery Problem

    Thanks for the quick response guys but Casey, that was a typo on my part. I do not have the 's' on Form.Requery, and Pat I tried using just the Me!frmSubform.Form.Requery and I still get the generic Run-time 2465. Like I said before I do have this working on another form, the only thing...
  8. wannabe

    Refresh/Requery Problem

    Hi All, I have a tab control on my main form, and subforms on the different tabs. On the tab/subform I also have a command button to add a record to the subform. This works great. My problem is that when I close the pop up form after adding a new record, the added record does not appear on my...
  9. wannabe

    Requery problem

    I have a tab control on my main form, and subforms on the different tabs. On the tab/subform I also have a command button to add a record to the subform. This works great. My problem is that when I close the pop up form after adding a new record, the added record does not appear on my subform...
  10. wannabe

    yet another Multi-select Listbox ??

    Thanks Pat, That's the way I wanted to do it in the first place, but had a co-worker tell me, NEVER create a many to many relationship. So I will try it that way and see what happens. Emily
  11. wannabe

    yet another Multi-select Listbox ??

    Thanks Pat, That's the way I wanted to do it in the first place, but had a co-worker tell me, NEVER create a many to many relationship. So I will try it that way and see what happens. Emily
  12. wannabe

    yet another Multi-select Listbox ??

    I have been searching the site for 2 days now, hoping to find someone out there trying to attempt the same thing as I am. Now I'm beginning to think that I'm SOL. I have written a program for our local Public Defender's Office. so the attorneys can track their time along with other itmes...
  13. wannabe

    Option Group

    I have a form for Payments with an option group for the Method of Payment. Also in the option group are some bound textboxes. All with enable set to no. The first text box is below the option Check. The field is for the name on the Check. The other textboxes are after the option Credit...
  14. wannabe

    listbox textbox combination

    I have a table with over 700 records in it which I have in a list box so that I can maintain the integrity of my data. This table consists of the MCA Codes (Montana Code Anotated). I have download a copy of code written by Ken Getz called With Events. This allows the user to start typing the...
Back
Top Bottom