×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Run Access Database From within Notes

Run Access Database From within Notes

Run Access Database From within Notes

(OP)
How do I put an access database into Lotus Notes so that it will be run through Notes instead of opening the file through MS Access?

thanks for the help

RE: Run Access Database From within Notes

Unfortunately this is much more difficult than you imagine.  Since Notes is not a "relational database" there is no way to "view" Access from Notes.  I have done a Notes Interface to an external database.  Here's what I did:

I had to make a Notes Calendar program that allows for court employees to schedule a Jury Trial.  The trial information needs to be added to a table in our AS400.  So I have a document (Jury Request) that gets the date, time and judge of the jury trial.  When the user saves the document I:
1.  Run SQL statements against the database to verify that an entry doesn't already exist.
2.  Run SQL statements that allow me to gather needed information other than what the user provided to run an INSERT query.
3.  If the user wants to delete a requested slot, before the document is deleted, I run SQL statements against the database to make sure that nothing in scheduled in the request; then if that query returns nothing, I run a DELETE query.
4.  If the user wants to edit an existing entry I havet to run an UPDATE query.

So, basically you have to have a Notes Document for every record you create in your database and have to perform all your queries and updates in the code.

It is possible, but it's a lot of extra work.  Why do you want to run an Access database through Notes?

Leslie
landrews@metrocourt.state.nm.us

There are 10 types of people in the world -
those who understand binary
and
those who don't!

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close