Group:  Microsoft Access » microsoft.public.access.conversion

Threads Replies Last Post
19 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  
I need to export data from Ms Access form to a text file.
I have a form from which I want to export data using a button to a text file. The form contains data from two separate tables and I need the data on a single text file. Please help with the code on the button. Any help with the coding will be appreciated ...
2 6/28/2006 1:21:52 PM
Çë´ó¼ÒÀ´Åõ³¡
我在网上开了个杂货铺,很长时间没有一个人来,太冷清了!大伙帮帮忙,来瞅一眼也好啊,不买没关系!...
6 6/28/2006 12:33:15 AM
ÊÀ½ç¸÷¹úµÄÅóÓѶ¼À´ÕâÀïÁË£¿
àÀàÀ£¬Õą̂·þÎñÆ÷ÉÏÓÐÖйúµÄ£¬ÓÐÃÀ¹úµÄ£¬ÓÐÈÕ±¾µÄ£¬¸É´à°ÑÕą̂·þÎñÆ÷½Ð×ö¡°ÊÀ½ç·þ ÎñÆ÷¡± ...
1 6/28/2006 12:30:40 AM
Óʼþ·þÎñÆ÷ÂùÆæÃîµÄ
...
7 6/28/2006 12:27:40 AM
°¥£¬ÖйúÈË
ÖйúÈË£¡ ...
8 6/28/2006 12:22:15 AM
rrrrrrrrrrrrrrr
this page is test ...
2 6/26/2006 6:29:10 AM
ssssssssssssssssssssss
salam ...
1 6/26/2006 6:28:08 AM
Access to ASP?
Apologies if this isn't the right newsgroup, but a friend/client has a conventional ACCESS application that he wants to convert to online/internet/ASP. While I've used Access's export function in the past to generate ASP from the tables, I wonder whether there's anything around to do a more comprehensive automatic conversion. I've noted a few ads for such products, and I wonder/hope the...
2 6/21/2006 11:01:59 PM
Question about upsizing to SQL Server
Hi I want to upzise my db to SQL Server 2005 and have a question about differences in datatypes. My PM datatype fields in Access, will it be nText or nVarcharMax in SQL Server, what is the difference between them? Mattias...
7 6/21/2006 10:54:15 PM
exporting to XML
I noticed that you can export an Access database to XML, but is there anyway you can run it from a macro or a script. I want to automate the process on a nightly basis. thanx ...
3 6/15/2006 3:58:23 PM
convert image encoded as string to oleobject
Hi, How to convert string data from an XML file representing an image to an oleobject? And how do you insert this data into a table using insert into... statement? I know Access 2002 has the facility to export/import data as XML and somehow it can convert string data representing an image into oleobject. But I would like to know how it does that and using what function. Regards ...
1 6/15/2006 2:34:17 PM
db created in 2000 won't allow permission in 2002
I took over a database created in Access 2000 that works fine if I run it on a pc running A2000, when I try from a machine running A2002, (the db is on a network) I get an error message "you do not have the appropriate permissions to use..." Since I cannot get into it on the 2002 machine I can't convert it (if that's even necessary between 2000/2002). I can't find anything in the user secu...
3 6/12/2006 5:50:54 PM
converting to 2003
Our company uses access 2003 through citrix. i have written alot of databases in access 97 and need to start converting to 2003. what is the best way to do this. I have my databases split currently. if I try to convert as is, does the back end get converted? will only 2003 users then get to use the database also my security is controlled by forms. I currently have this control ...
2 6/11/2006 1:00:11 PM
miserable!
life in this school was so boring!everyday seems the same .I really hate such life .no any freshness no recreation no entertainments!the only thing is studying! if god can give me one more chance again .I won't choose to study here. ...
1 6/9/2006 8:11:32 AM
This database is in an unexpected state
Hello! We are using Access 2000 and one of our databases comes up with: this database is in an unexpected state; Microsoft Access can't open it. There was a post by Frank Miller that had some code that would fix it, but unfortunately, I don't have the knowledge of what to do with this code. Will someone please help me? Thank you!!!! ...
1 6/5/2006 11:01:01 PM
accessing XML data
Hi, I need to import data from XML to Access97 , what is the best way??? Is there any ODBC solution?? Thanx! Domac ...
2 6/5/2006 9:51:06 PM
4577
µç×ÓÉÌÎñÊÇʲô ...
2 6/4/2006 10:59:26 AM
AAÖÆ
...
1 6/3/2006 9:59:17 PM
Access 97 MDE to Access 2003 MDB
I have been asked if there is a way to take an 8 year old database application written in Microsoft Office 97 Professional Access *.mdb system and complied into a Microsoft Access *.mde for the user to convert this application into Microsoft Office 2003 Professional Access *.mdb and mde. The problem is this! I only have the namedtable.mde to work with. The corresponding namedtable.mdb...
3 6/2/2006 5:15:02 PM
DAO 2.5/3.5
Does some boby can help me find the DAO 2.5/3.5, I m trying to run an old database in an Access 2003 and it wont run without it. Tx, Domingos Junqueira ...
2 6/2/2006 9:30:24 AM
DB in word to access
Hi is it possible to retrieve a liste use for publipostage with word to access? regards claude ...
2 5/31/2006 4:58:25 PM
Schema.ini for multi-row import?
I've got some data which is basically just an outputted report. I need to create one record out of a file that is like NAME ACCOUNT ADDRESS1 ADDRESS2 <JUNK> PHONE etc.etc. Each record is the exact same layout and separated by a page break. I know if each record was on one line the schema.ini would be pretty easy to make. Can a multi-row sch...
5 6/6/2006 12:18:41 PM
converting access97 MDB to access2000 MDB, programmatically
Hello, I need to convert an Access97 MDB-database to an Access2000 database. It's no problem using the conversion function of Access2000 itself. However, I'm looking for a way to do this programmatically (C++, MFC etc), i.e. I want to write a small tool that converts the databases of our customers. Upon searching the net and various newsgroups I was not able to find any information about...
7 6/16/2006 7:30:50 AM
Access 97 & 2003 on same computer
I have a user with both Access 97 and 03 on her computer and all DBs are defaulting to 97. Used to default to 03, but changed for some reason. I thought one way to go was to create a shortcut to point to Access 03 .exe, but it’s been a long time since I’ve had to deal with this, so I don’t quite remember how to structure the shortcut. Can someone give me an example? One day, she w...
3 6/16/2006 12:09:56 PM
<no subject>
45454545454545454 ...
1 6/22/2006 9:56:30 AM
19 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  

Home | Search | Terms | Imprint
Newsgroups Reader