I have two fields in a form (Ms Access). These are prepopulated from linked tables.
Field 1: [Element], example - A1, A2, B1, B2, C1, etc
Field 2: [Sub Element], example - A1.1, A1.2, A1.3, B1.1, B1.2, B1.3, etc
Once A1 has been selected for [Element], I would like to limit the dropdown for [Sub Element] to only, A1.1, A1.2, etc].
I have tried some If ElseIf statements on the On Enter procedure but am struggling. Can someone please advise, or point me in the right direction.
Kind Regards
Field 1: [Element], example - A1, A2, B1, B2, C1, etc
Field 2: [Sub Element], example - A1.1, A1.2, A1.3, B1.1, B1.2, B1.3, etc
Once A1 has been selected for [Element], I would like to limit the dropdown for [Sub Element] to only, A1.1, A1.2, etc].
I have tried some If ElseIf statements on the On Enter procedure but am struggling. Can someone please advise, or point me in the right direction.
Kind Regards