Search results

  1. R

    Question Soliciting ideas - Access and sending mail

    Hi folks, I have an order from on high in my organization that all maintenance issues are to be tracked in an access database. This will have a form interface for a non-technical user whose first language is *not* English so it will need to be simple. The big complicating factor I...
  2. R

    Changing image and playing sound on form - onclick event

    I have a OnClick event on a button that changes the .Visible property on a few images then plays a sound. I notice that the sound always plays *first* no matter what I do THEN the image is updated. It seems as if the image update only occurs until AFTER the sub is finished. Here is a small...
  3. R

    sub query problem

    Hi there - working on a laptop checkout system. Three tables only named: Computers Checkout Checkin Primary key on computers is subkey on checkout and checkin, one to many relationship (because a single computer can be checked out and checked in multiple times). When doing a checkin I need...
  4. R

    Access form to MS word?

    Hello, I am new to Access 2007 and I am trying to import some dynamic data into WORD 2007 using an Access form. I have a "submit" button on an Access form that (drum roll please) submits several fields to the database. I would like to have the submit button also: Open a word document...
Top Bottom