dates in calendar control

  • Thread starter Thread starter jd
  • Start date Start date
J

jd

I've embedded a calendar control in a form. I've replicated the database to a
file server so users can access the form. If *I* access the form from the
file server, all is well. If *other users* access the form from the file
server, the date boxes on the calendar are blank. (Or the date font is so
small that they can't be read)
 
If indeed you used replication, be aware that it is only effective on data,
not on objects. It seems as though your database is not split. You should
never work in a multi-user environment without splitting it, putting a copy
of the front-end (the objects) on each workstation and only the data on the
server. In addition to the problems you are having, you will inevitable
corrupt a multi-user database in an unsplit environment. Here's an article
discussing multi-user databases:

http://www.accessmvp.com/TWickerath/articles/multiuser.htm
 
Hello jd... Can you please inform me hw to embed Calender Control in a
Form... I need to hav it in mine but dont knw hw to do it???

Your help is very much appreciated...

Thanks.

Kunal.
 
Back
Top