Search results

  1. M

    Programming with the Current Event

    I have a list box on a form, and I want to change the list box's Rowsource property every time the current record changes. I created a sub called populate() that builds a SQL statement and assigns it to the Rowsource property. The SQL looks like this: SELECT RDM_No, part FROM RDM_Numbers WHERE...
  2. M

    Updating Multiple Tables

    Earlier this summer I was tasked with fixing a database used by the purchasing department where I work. I didn't know a lot about databases, but I learned pretty quickly. The tables--which were horrendous--are now normalized, but I'm having trouble getting data into them. My workplace still...
Back
Top Bottom