I have a form called frmIndividual whose Record Source is a table called tblIndividuals
What VBA code would I use to filter the form by IndiviualType = "Carer" on the form load?
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
ASKER