customer Appointment Calendar in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I would like to create customer Appointment Calendar for my Access Database
project. I have a very hard time to develop one. How can I create customer
Appointment Calendar in Access? Can you help me? Thanks.
 
Hi Brand,

Can you elaborate a little? There's a lot of helpful and compentent people
in this newsgroup who can help. However, this newsgroup is about solving
very specific, well-defined problems with Access database. It's very
difficult to answer a generalized question such as the one you asked.

It's like asking how to build an automobile. Well? What kind of automobile?
Automatic? Standard? How are you going to use it? Highway? Off-road?
Transportation only? For showoff?

If you're looking for conceptual ideas for Appointment/Calendering system,
how about Outlook? It's got Contacts (i.e. customers), Calenders,
Appointments, etc. etc. But then again, there is a quite a few Customer
Appointment/Calendering systems out there costing hundreds of thousands.

A couple of other things that would help:
- what is your background. Are you a casual Access user? Intermediate?
Advanced? Knowledge of VBA?
- what have you done so far in your project?


HTH,
Immanuel Sibero


"Help me help you!" - Jerry MaGuire
 
Here is one possible solution, but it's not free:

Calendar Tools 3.0
http://dbi-tech.com/show_products.asp?id_prod=9


Tom
_______________________________


Hi all,

I would like to create customer Appointment Calendar for my Access Database
project. I have a very hard time to develop one. How can I create customer
Appointment Calendar in Access? Can you help me? Thanks.
 
Hi Tom,

This is kind of Calendar that I want. However, I am looking for open
source code in Visual Basic so that I can integrate into my Access database
project. Thank you.

Brand
 
Hi Sibero,

I am working on an Access database project. I am trying to develop a
Canledar appointment within Access , which allow me to place a customer
appointment. I had an Appointment, Employee, Customer and Service tables in
my database, I would like to develop an calendar so that I can place for
customer. An Outlook is a very good example of a kind of a calendar which I
am looking for. How can I bring an Outlook into my Access database and also
have ability to modify it for my own use. Thank you.

Brand
 
I have a great, free, reminder calendar that is attached to each record in my
database that I got from a sample access database. I can't remember the name
of the sample, but the following may help you find it.
Table: named Tickler. Consists of following fields:
TicklerID - AutoNumber
CaseID - Number [this is a number that I assign to each case/record]
Tickler Date - Date/Time
Tickler Text - Text
The Form:ActionX calTickerDate
Control Source: Tickler Date
MSCAL.Calendar.7
I am able to click on a command that opens up the calendar;I can set a
reminder date, close the calendar form to return to my main form.
The calendar pops up when I open the form on the date it is set to.
 

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

Back
Top