A
Ayala
-----Original Message-----
Yap the class and code modules are in the Frontend for
each user.
I need ADO in my code, I tried changing DAO reference
above ADO. The situation was still the same.
I returned ADO before DAO.
I had the date text boxes with default value set to Date
(), I want to remember you that the Calendar worked
excellent in my computer. I decided to remove the default
value. Then I made again the MDE for the users and work
perfect in their pc's too.
So, DAO wasn't above ADO but the txtboxes shouldn't have a
default value.
But if there was a "bug" that txtboxes shouldn't have a
default value why it was working in my computer with
default value set??
A couple of thoughts:
The Calendar class requires a reference to DAO not ADO. Further if you
are using ADO within your own code then the DAO reference must be ABOVE
the ADO ref.
All of the Calendar Class and Code modules must reside within the
Frontend for each user.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
.
Yap the class and code modules are in the Frontend for
each user.
I need ADO in my code, I tried changing DAO reference
above ADO. The situation was still the same.
I returned ADO before DAO.
I had the date text boxes with default value set to Date
(), I want to remember you that the Calendar worked
excellent in my computer. I decided to remove the default
value. Then I made again the MDE for the users and work
perfect in their pc's too.
So, DAO wasn't above ADO but the txtboxes shouldn't have a
default value.
But if there was a "bug" that txtboxes shouldn't have a
default value why it was working in my computer with
default value set??