I have a continous sub form which i need to run validation against when a button is clicked on the main form.
I suppose the best way is to loop through each record in the sub form.
- How do i determine how many records there are in the sub form using vba?
- How do i reference a field in each record using vba?
I cant set the validation at a table level.
I suppose the best way is to loop through each record in the sub form.
- How do i determine how many records there are in the sub form using vba?
- How do i reference a field in each record using vba?
I cant set the validation at a table level.