I work for a Driller training company and I have been tasked with making a database to make certain tasks easier. I have not had any training in Microsoft Access, the last time I looked at Access was 13 yrs ago.
I have a table called Students which fills in a form called Students. This table is huge, it has nearly 100 columns, and I’m sure there is a better way of handling this information. Like I said, I’m a beginner.
This form contains the Student details on one tab (Company they are employed with, student number, name, DOB, mobile number, email, student photo and notes); on the other tab it contains the courses they are attending, the date of attendance, the date of cancellation, the course provider and venue.
These courses we book are with different providers for example St John’s do Senior First Aid Courses and Senior First Aid Refresher Courses, but Eureka 4WD and DriveSafe both do 4WD Recovery on Gravel. Any student can have any combination of courses and any combination of venues.
This form is supposed to serve the purpose that when we have clients contacting us to book Students in to different courses; we fill in the dates booked, select the provider and venue.
I want this form to be able to filter out the different courses selected according to what date they are booked on and create a Training Schedule for each individual student.
I have tried lots of different approaches. So far I have checkboxes to indicate which courses have been booked, but can’t seem to find a strategy for these to be shown only on the report. I have tried creating queries to filter the selected courses as True, using Macros to SetProperty in the OnFormat event to make certain controls visible. But so far all of my trial and error ends with nothing but error.
I know there’s only so much you can tell me, but I really am at a loss.
Any help is great, thankyou.
I have a table called Students which fills in a form called Students. This table is huge, it has nearly 100 columns, and I’m sure there is a better way of handling this information. Like I said, I’m a beginner.
This form contains the Student details on one tab (Company they are employed with, student number, name, DOB, mobile number, email, student photo and notes); on the other tab it contains the courses they are attending, the date of attendance, the date of cancellation, the course provider and venue.
These courses we book are with different providers for example St John’s do Senior First Aid Courses and Senior First Aid Refresher Courses, but Eureka 4WD and DriveSafe both do 4WD Recovery on Gravel. Any student can have any combination of courses and any combination of venues.
This form is supposed to serve the purpose that when we have clients contacting us to book Students in to different courses; we fill in the dates booked, select the provider and venue.
I want this form to be able to filter out the different courses selected according to what date they are booked on and create a Training Schedule for each individual student.
I have tried lots of different approaches. So far I have checkboxes to indicate which courses have been booked, but can’t seem to find a strategy for these to be shown only on the report. I have tried creating queries to filter the selected courses as True, using Macros to SetProperty in the OnFormat event to make certain controls visible. But so far all of my trial and error ends with nothing but error.
I know there’s only so much you can tell me, but I really am at a loss.

Any help is great, thankyou.