Recent content by sherylnance

  1. S

    Informational MsgBox

    Hi all, I have written a module that does does several things and takes a little while to run. I would like to have some sort of status box on the screen showing what step the process is at, but I dont want it to stop processing and wait for the user to press ok at each step. Is there a way...
  2. S

    Combo box requery

    OK one more question. I also need to save the choices for each student. It appears that it saves one row in the choices table but then over writes the row for the next student. This is different than it was acting before the choice combo boxes were working. BTW... Is there a class or a book...
  3. S

    Combo box requery

    I finally see the difference. There was also a line that referenced the student number from the main form. I guess thats the key :-D You are my hero!!!!
  4. S

    Combo box requery

    That didn't seem to work either. Darnit!!
  5. S

    Combo box requery

    I stripped out all but about 1300 records.
  6. S

    Combo box requery

    I tried that with no luck.... any other thoughts?
  7. S

    Email .txt files from access Module

    Hi All, I am creating individual files from my access database to be distibuted to 75 different people. I have the file creation automated and would like to incorporate the email distribution in this process. Does anyone have a suggestion as to how I should go about doing this? I am using...
  8. S

    DLOOKUP in a query

    Hi All, I would like to use dlookup in a query to return the SchName based on a field (short_num) in my query..... I know this sounds really easy but for some reason I CANT make it work. for the rows that have data for location number the dlookup function is returning nothing and for the rows...
  9. S

    Combo box requery

    Hi All, I would like to have a query behind a combo box executed everytime the combo box is "activated". basically everytime the down arrow is pushed to show the values i would like the query that produces those values executed. Is there a way to do this? Thanks! Sheryl Nance :confused...
Back
Top Bottom