Results 1 to 6 of 6
  1. #1
    cli is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2018
    Posts
    3

    Access problem

    Customers accounts
    Id name
    Monthly subscriber

    Films watched online
    Film Id
    Customer id
    Monthly subscriber?



    These are 2 tables...in the first one i have thicked all those monthly subscribers...in the 2nd one i want that if ex. customer 1 saw film 2 and is a monthly subscriber, his monthly subscriber check box gets thicked in table 2...how to make pls since i cant find out...thanks

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    I could make a case for not saving the monthly bit in the films watched table, but I can make a case for it as well (status changes over time). In a form, you can use this:

    http://www.baldyweb.com/Autofill.htm

    Edit: oh, and I deleted your duplicate thread in the chat forum. Welcome to the site!
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    cli is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2018
    Posts
    3
    Didnt understand...sorry

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Didn't understand what?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    cli is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2018
    Posts
    3
    Quote Originally Posted by pbaldy View Post
    Didn't understand what?
    I didnt understand how to solve my problem......

  6. #6
    Join Date
    Apr 2017
    Posts
    1,792
    tCustomers: CustomerID, ForeName, LastName, ...;
    tSubscribtions: SubscriptionID, CustomerID, MonthNo, ... (where MonthNo is eg. in format yyyymm);
    tFilms: FilmID, FilmName, ...;
    tSeances: SeanceID, FilmID, SubscriptionID, [SeanceDate]. (SeanceDate is optional, in case you need to register cases where the same film is watched several times in month.)

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

Similar Threads

  1. Replies: 12
    Last Post: 10-31-2016, 02:21 PM
  2. Replies: 7
    Last Post: 06-01-2015, 04:04 PM
  3. Replies: 6
    Last Post: 02-18-2012, 07:20 AM
  4. Access 2007 to Access 2010 Problem
    By evalmedi in forum Access
    Replies: 1
    Last Post: 10-24-2010, 02:56 PM

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