dates in calendar control

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)
 
A

Arvin Meyer [MVP]

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
 
N

#Name?, error, forms, expression builder

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top