Search results

  1. The Rev

    Need some help

    Well, I went ahead and did the append and it added everything all over again. I need it to only add unique records from my member table. For example, if I already have MemberID 2 taking ClassID 1 I don't want it to duplicate. But if I have just added new MemberID 35, I want it to append all 33...
  2. The Rev

    Need some help

    They have to attend all classes. My objective is when we get a new member in, I can add their Last name and first name and schedule all 33 classes at once.
  3. The Rev

    Need some help

    Yes. That is correct. I'm sorry my knowledge of Access is so limited!! :( I apreciate your patience
  4. The Rev

    ID-10-T question

    My macro runs fine from the macro screen, but that rascal switchboard won't run it. What command number should I be using in the switchboard items table. I tried 1,2,3,and 4.
  5. The Rev

    Need some help

    It's the best thing I could come up with to suit my need to add someone. Any suggestions on how I could add someone and have all 33 ClassID added in Training table with the new MemberID?
  6. The Rev

    ID-10-T question

    Can I run a delete query from the switchboard? I get "there was an error executing the command"
  7. The Rev

    Trying to do a percentage

    I need to figure out a way to get the percentage of people not expired on training classes. I have 33 classes and I need to do either a pie graph or a chart to show what percentage of people have expired training on each class. I have fields for Member, class and expiration date. How do I set up...
  8. The Rev

    Need some help

    Ok, Here's the a picture of some of the Db. Please no laughs. I am very unskilled at Access. What I want to do is on the switchboard. When I open it with switchboard command 2 for add to the end mode(??) it comes up with no classes listed and no name. when I click this button, I want a blank...
  9. The Rev

    Need some help

    Thanx for replying Colin. Not exactly what i need, but close. When I add a new member, I want to pull all of the existing classes out of my Classes table and add them to my Training table with the new MemberID assigned to them. Example... In table 1 (Members) I have Member ID (AutoNumber), last...
  10. The Rev

    I know this is gonna be easy, sorry :(

    I have created a form to pull a member name out of my Members table. I want it to be a pull down menu, like in the tables, to select the members' last name instead of scrolling thru the records. How do I do that?
  11. The Rev

    Need All records to show

    Got it!!! Thanks for all of the help
  12. The Rev

    Need All records to show

    I have a form to select a member and a linked subform to display the classes they are taking and when they took them. I want my subform to show all of the classes on one page, not filtered by record. I have to scroll through each individual class record one at a time or resize the subreport box...
  13. The Rev

    Need some help

    So far no one has been able to help me. I have 3 tables. One is for Members. I have each member assigned to a unique MemberID. The Second is for classes. I have each class assigned to a unique ClassID. The third table is being used so each member can be assigned to all classes. I have designed a...
  14. The Rev

    Table trouble

    any help or ideas???
  15. The Rev

    Table trouble

    I have 3 tables. One table is for classes. I have each class assigned to a ClassID. The second table has Members assigned to a MemberID. The third table is my training list table. I tied the Member ID and ClassID to expiration dates in the Training table. Each class expires on a different day...
  16. The Rev

    A little help....

    My request was unfortunately not based on a query. I am trying to design a form where I can add a new member with last name, first name social # (all added in my Members table) and it automatically pulls all classes from the Classes Table and puts them into the training table with all of the...
  17. The Rev

    A little help....

    OK. I am in "tweak mode" right now. I have 3 tables. One table is for classes. I have each class assigned to a ClassID. The second table has Members assigned to a MemberID. The third table is my training list table. I tied the Member ID and ClassID to expiration dates. Each class expires on a...
  18. The Rev

    Help for a real rookie!!!

    PDX_Man, I apreciate the help. It worked like a charm.
  19. The Rev

    Help for a real rookie!!!

    I am very new to access and am creating a database for our training manager. I have all of my tables and forms set up. I can do everything I need to do except run a particular report. :confused: We have 28 people all taking 33 different classes. They all need recertification on different months...
Back
Top Bottom