Recent content by AndyJ234

  1. A

    Can anybody help me with this gaming question?

    http://en.wikipedia.org/wiki/James_Bond_games
  2. A

    Running append query adding current record in form.

    bump, any ideas?
  3. A

    Story

    Ever so gently
  4. A

    Running append query adding current record in form.

    I'll just use examples. I have a generic form which comes from the table Contacts. One of my checkboxs is for if a patron is a member of our organization. I have a member_tbl which is the table I wish to send the information to. I want the contacts_form to run an append query to add a new...
  5. A

    Running append query adding current record in form.

    I've got a generic form with about 12 yes/no check boxs which link to 12 corresponding tables. Upon clicking a check box yes, I want to run an append query to add that current record to it's corresponding table. The problem i'm having is that the query runs to add the record, but doesn't add...
  6. A

    Copy information from one form to multiple tables.

    Where would I put that code in at??
  7. A

    Copy information from one form to multiple tables.

    Is there a way to make that append query add just the one record and not every record in the database?
  8. A

    Copy information from one form to multiple tables.

    Thanks all. I think i'm going to go the way of the append query!
  9. A

    Copy information from one form to multiple tables.

    Well if I wasn't going to avoid doing this is there a way? Thanks for the help.
  10. A

    Copy information from one form to multiple tables.

    Hello all, I'm pretty new to access and am trying to form a database for my work. I was wondering if I can create one form that contains names, address, phone #'s, e-mail etc. and then has check box offices if they apply to a certain table (ex: A Members table or mailing list table) So...
Back
Top Bottom