P
Penstar
I have a recordset as follows
The user is able to manually go in enter amend new records.
On form close I need to check to find that each tee and teetime has a P1,
P2, P3 and P4 record, and if one is missing do message to get user to fix and
exit sub
I am self taught with VB, and have no idea about loops. I really need some
help with writing the code for this one.
eventid tee teetime Player
25 1 11:00 P1
25 1 11:00 P2
25 1 11:00 P3
25 1 11:00 P4
25 10 11:00 P1
25 10 11:00 P2
25 10 11:00 P3
25 10 11:00 P4
25 2 11:05 P1
25 2 11:05 P2
25 2 11:05 P3
25 2 11:05 P4
25 11 11:05 P1
25 11 11:05 P2
25 11 11:05 P3
25 11 11:05 P4
etc
Thanks
Penny
The user is able to manually go in enter amend new records.
On form close I need to check to find that each tee and teetime has a P1,
P2, P3 and P4 record, and if one is missing do message to get user to fix and
exit sub
I am self taught with VB, and have no idea about loops. I really need some
help with writing the code for this one.
eventid tee teetime Player
25 1 11:00 P1
25 1 11:00 P2
25 1 11:00 P3
25 1 11:00 P4
25 10 11:00 P1
25 10 11:00 P2
25 10 11:00 P3
25 10 11:00 P4
25 2 11:05 P1
25 2 11:05 P2
25 2 11:05 P3
25 2 11:05 P4
25 11 11:05 P1
25 11 11:05 P2
25 11 11:05 P3
25 11 11:05 P4
etc
Thanks
Penny