Search results

  1. J

    SQL Delete Query - RecordCount?

    Hi there, I'm creating a few DELETE queries to remove records in one table which don't have a relation in another table - I used the "Find Unmatched Query" wizard to generate the SQL and this works fine. What I'd like to do is show a message afterwards to explain how many records have been...
  2. J

    Corruption!!

    Form corruption whenever I edit anything! Hi all, I'm experiencing a problem with my database - sometimes when I edit any form (even just adding a textbox triggered it earlier) it causes major problems. After I've finished editing, if I click close and choose "Yes" to saving, the form no...
  3. J

    On Current Event on a Continous form

    On Current Event on a Continuous form Hi, I have a "continuous forms" Form set up which shows a listbox for each person in my database (well, I only put one in, called lstJobs, but as you know, on a continuous form it shows up once for each record instead of just once). I was hoping to...
  4. J

    ListBox.AddItem in report

    Hi, I'm not too good with queries so with forms I usually populate ListBox controls on the Form_Load event. The problem comes now as I'm trying to do the same thing in a report, in the Detail_Print event. I get an error telling me I can't change the RowSource while it's printing or previewing...
Back
Top Bottom