PC Review


Reply
Thread Tools Rate Thread

Access 2000. Input tool . Should I use DAO or ADO or access forms

 
 
=?Utf-8?B?YmVu?=
Guest
Posts: n/a
 
      8th Feb 2005
Dear List,
I have been given the task to make a small data entrytool on MS access 2000.
THis tool must do the following.

- provide 6 forms for entering data Memo, Text Date etc.

- write binary files, to the OLE Object database field, from the filesystem,
which could be any format in theory.

- There is about 11 tables with some 1:N relationships.

I already have had alot of experience with using ADO from VB, so I guess it
would be easier for me to use ADO (in comparison with DAO). But to me it
seems messy somehow to start making ADO connections within modules, and it
would be better to use native access objects as created by the Access
wizards. I have already got some code to write the blobs to the database
without ado.

What do the access profis think I should do. is it bad to somehow have ADO
code like below inside access, and keep it open the whole time?

Set Conn = New ADODB.Connection

With Conn
.CommandTimeout = 50
Debug.Print Access.CurrentDb.Name
.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data source="
& Access.CurrentDb.Name & _
";Mode=Share Deny None"
.Open
End With

In addition, to what extent can the ADO recordset objects be used together
with the Access objects available (like Form). I would really appreciate any
pointers.

regards
Ben
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CAN YOU LINK ACCESS 2000 TABLES TO FORMS IN 2003 ACCESS DATABASE BJONES6581 Microsoft Access 1 11th Sep 2009 05:12 PM
Access end-user input into forms =?Utf-8?B?TWFyaWUtTHlubg==?= Microsoft Access 3 25th Apr 2007 03:42 PM
Input buffer worked in Access 2000 but not in Access 2003. Why? =?Utf-8?B?RGF2aWQgR2VpZ2Vy?= Microsoft Access VBA Modules 0 21st Jan 2005 12:05 AM
MS Access 2000 Data Access Page Search Tool Stuart Cowan Microsoft Access 0 7th Dec 2004 04:11 PM
Vill access 2003 xp-look on forms work in Access 2002/2000? Jesper F Microsoft Access Form Coding 0 17th Jan 2004 03:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:13 PM.