I started in on a payroll database for practice, and was working to integrate a subform. My Access is not letting me use wizards, and so I was manually assembling everything. For one glorious hour, the form worked exactly as desired, and then Access crashed. I've rebuilt the system as near as I can recall, but the SubForm isn't quite linking the way it should.
In practice, the user would:
- Select a student (and the form automatically updates the ID)
- Select a supervisor associated with that student
- Select an account associated with the supervisor
These three pieces of information would uniquely define the contract we're talking about, and the subform should update with the remaining parts pulled from the contract table. All the selection portions work, but the subform isn't updating with anything beyond a Name error. Can someone help me get straightened out?
Thanks!