A
Anderson
What is the VBA format/code for looping through records. This is what I
am trying to do.
I have a table called appointments. A student can have as many
appointments. This table has among other fields change date, reason and
grade.
I want to write a funnction which says:
If change date > "certain date" and reason = "something new" and grade
different from the previous record then out put something.
How can I structure and write this please.?
am trying to do.
I have a table called appointments. A student can have as many
appointments. This table has among other fields change date, reason and
grade.
I want to write a funnction which says:
If change date > "certain date" and reason = "something new" and grade
different from the previous record then out put something.
How can I structure and write this please.?