I have (among others) three linked tables as follows:
Match Dates (WeekNmbr, CalDate)
Person (ID, FName, LName)
Scores(ID, WeekNmbr, Scr1,Scr2,Scr3)
I am trying to build a score entry form (with sub-forms) such that the data entry person clicks on CalDate, then clicks on ID of any one person, and can then enter the three scores for that person for that date.
I have tried dozens of different forms and sub-forms, but cannot get the data to show up. Anyone got any ideas?
[ I am new to access, but have extensive experience with Sybase. ]