R
Ryan W
I have a parent-child form where the child is a datasheet that houses
multiple visits about the patient. On the child datasheet form, I have two
txtboxes, Pt Test Date and Next Test Date.
I want to have three cmd buttons that will help enter data on the Next Test
Date. Each cmdButton would be 1 Week, 2 Weeks, 1 Month. So when the user
enters a date of 9/1/2006 in Pt Test Date and clicks the '1 Week' command
button, it will enter 9/8/2006 on that rows Next Test Date. I know how to do
this if this was a single form, not sure how to do this on a datasheet form.
TIA, Ryan
multiple visits about the patient. On the child datasheet form, I have two
txtboxes, Pt Test Date and Next Test Date.
I want to have three cmd buttons that will help enter data on the Next Test
Date. Each cmdButton would be 1 Week, 2 Weeks, 1 Month. So when the user
enters a date of 9/1/2006 in Pt Test Date and clicks the '1 Week' command
button, it will enter 9/8/2006 on that rows Next Test Date. I know how to do
this if this was a single form, not sure how to do this on a datasheet form.
TIA, Ryan