This is an interesting one. On a form with a dat field, I have included a Command button that opens a Celendar form. The user selects the date and the Calendar populates the field. It worked great until I put the form onto a tab control and now an error msg pops up saying that the method is not supported.
My technique for achieving the above is when the Calendar opens, the record source is set to the same as the originating form. Also a value e.g. 1 is passed to the Calendar to tell it what to do with the result using a Select Case statement. The code to bring back the date is the part that mysteriously is not working on a tab control. Any thoughts?
PS, I have tried referencing the tab control in the code but that did not work either.
Thanks
I haven't failed, I have just found 10,000 ways that it won't work!
My technique for achieving the above is when the Calendar opens, the record source is set to the same as the originating form. Also a value e.g. 1 is passed to the Calendar to tell it what to do with the result using a Select Case statement. The code to bring back the date is the part that mysteriously is not working on a tab control. Any thoughts?
PS, I have tried referencing the tab control in the code but that did not work either.
Thanks
I haven't failed, I have just found 10,000 ways that it won't work!