Read datepicker value from a different tab

  • Thread starter Thread starter JP
  • Start date Start date
J

JP

I have an access form with a tab control. A date picker is on tab 1. My
VBA code can read the value when tab one is active. However, I can not read
it from a different tab on the same form.

Me.DTStart.Value <------- this is my code
 
Back
Top