Results 1 to 7 of 7
  1. #1
    Phoenyxsgirl is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Sep 2011
    Location
    Joplin, MO
    Posts
    48

    Question Same form, Different Input

    Odd question. I'm again trying to do what seems impossible but I know there has GOT to be a way.



    I need to track attendance on multiple worksites. I need each worksite to get a form via email that they can fill out to let me know who worked and what hours.

    The problem is that, if possible, I would like to make all the input to go to one table - instead of a different table for each worksite. So one table would keep track of each worker and the hours they worked. Where it gets complicated is that I need only those workers who are at the worksite to be available in that worksite's email form. Any ideas?

    Oh, I also need this to be something where the worksite doesn't have to fill out a separate form for each worker and send me 20 emails. If possible.

  2. #2
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    This is another case for a junction table. My suggestion: you need at a minimum:

    table: Job_sites
    Job_sites_PK (AN)
    other fields


    table: Workers
    Workers_PK (AN)
    other fields

    table: JobSiteWorker
    JobSiteWorker_PK (AN)
    Job_sites_FK
    Workers_FK
    HoursWorked
    DateWorked

    A query would select all of the workers at a job site.

  3. #3
    Phoenyxsgirl is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Sep 2011
    Location
    Joplin, MO
    Posts
    48
    Ok so maybe I don't know enough about queries. Every time I make a query, it selects all workers and all jobsites. How do I limit it to just one worksite and all the participants working there?

  4. #4
    Phoenyxsgirl is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Sep 2011
    Location
    Joplin, MO
    Posts
    48
    Ok UPDATE. I got the form figured out and it is working just perfect. Problem is that the Create Email option is not there. How do I send a CURRENT form out by email? If I could just get THIS form into their hands it would work - but its a subform of another form and I'm clueless.

  5. #5
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by Phoenyxsgirl View Post
    Ok so maybe I don't know enough about queries. Every time I make a query, it selects all workers and all jobsites. How do I limit it to just one worksite and all the participants working there?
    In the query design grid, there is a row for CRITERIA. In that row for the job site column , enter the the PK for the job site.

    To automate this:
    You have a form called "Form1" (real creative, no?)

    I was going to write all of this out, but I decided to make a MDB (A2K). See attached.....

  6. #6
    Phoenyxsgirl is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Sep 2011
    Location
    Joplin, MO
    Posts
    48
    Ok so now I have encountered a new problem. I created a query and then created an email form to send out --- but when I go to process info from the form, the data doesn't show up in my database. I've checked every table and every query. Do I need it to be an action query in order to do this? or am i doing something else wrong? right now, its a simple query (I think LOL)

  7. #7
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by Phoenyxsgirl View Post
    Ok so now I have encountered a new problem. I created a query and then created an email form to send out --- but when I go to process info from the form, the data doesn't show up in my database. I've checked every table and every query. Do I need it to be an action query in order to do this? or am i doing something else wrong? right now, its a simple query (I think LOL)
    I haven't done anything with email from Access. You might look at

    Microsoft Access Email FAQ
    http://www.granite.ab.ca/access/email.htm

    by Tony Toews


    There are many other sites that have info about Access and email.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Run a query based on an input from a form
    By apoorv in forum Queries
    Replies: 4
    Last Post: 07-11-2011, 01:39 PM
  2. Creating a input form...?
    By DarrenReeder in forum Access
    Replies: 4
    Last Post: 01-07-2011, 03:26 PM
  3. Replies: 1
    Last Post: 11-07-2010, 11:04 AM
  4. input form
    By graciemora in forum Access
    Replies: 4
    Last Post: 06-24-2010, 01:39 AM
  5. Form Input Problem
    By alvin in forum Forms
    Replies: 2
    Last Post: 01-12-2006, 09:42 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums