BikashPanda where did you find the drivers.. I need to do the same thing with btr files and Microsoft Access 2k. I would love to find the drivers for this.. Please direct me to the valid website to download the drivers needed to read btr files.
Thanks
David Severns
dbaseinc@aol.com
Great but I cant find the drivers.. Attempted the website listed but It errors out asking for drivers. I really need to read and write to btr files. If you know where I can get the drivers I would be greatful.'
Thanks
David Severns
Dbaseinc@aol.com
What I have done in my systems is create a table called tbl_Maintenance. I have four fields. StartTime, EndTime, Message, ForceOut. On log on, Switchboard, and main forms I have a on timer event that test for existance of record in the table. I have a global variable that counts number of...
Use PowerPoint and draw a box. Use the Box Fill PaintCan and the fill affects. This will allow for a nice background. Use Control and C to paste object. Now toggle back to Access and paste it to form. Change Object property from Clip to stretch. you now have a nice background. Insert...
It will be very important to break the database up. If you have SQL server it would be much better, but if not you can use Access 2000. Realize that there is a problem with concurrent users in microsoft access. Currently a database with over 14/15 users will cause problems. If you split the...
The best way is to put code under the field. Using the After update have the code run. the Code would be similar to
Field_After_UPdate()
Dim Dbs as database
Dim RstNew, RstArchieve As Recordset
Dim sSQL, Criteria as string
Dim CRecord as string(or Integer based on Id for record)...
Sorry to take long.. Yes I need to code for that Email Object. The idea is for the application to check emails and update a database with the information. Once processed the email needs to be deleted.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.