I have an Acess 2000 project that has been working without any issues -- until now (Workstation with Access 2002)
There is a form that prompts for a date, with a mask set at 00/00/0000;0;_
This value is used to generate the criteria for a query, and then also to generate the output file name (using Mid in VB)
In access 2000, this worked, and kept the leading 0 on the date (ie 06/10/2002)
In access 2002, the leading 0 is being dropped..
Does anyone know of a workaround that will work in both Access 2000 and Access 2002?
Thanks!
There is a form that prompts for a date, with a mask set at 00/00/0000;0;_
This value is used to generate the criteria for a query, and then also to generate the output file name (using Mid in VB)
In access 2000, this worked, and kept the leading 0 on the date (ie 06/10/2002)
In access 2002, the leading 0 is being dropped..
Does anyone know of a workaround that will work in both Access 2000 and Access 2002?
Thanks!