Ask a Question related to Microsoft Access, Design and Development.
-
John Vinson #1
Re: text file contents into a form
On Mon, 14 Jul 2003 22:16:22 -0700, "mk sabeel"
<mk_sabeel@yahoo.co.in> wrote:
Is this how they're laid out in the file - fieldname, equals sign, and>hello sir,
>
>i am student who is doing my project using access2000
>
>my problem is as follows
>i have a text file which is quite big, it has about 500
>different feilds like
>horizontal distance = 720
>vertical distance = 840i
value?
What is the Recordsource of the form? Is this one field from each>i have single form which has feilds from 4 differnt feilds
>and takes record details from these 4 tables and displays
>it.
table? Is the Form updateable (I'd guess it is not)?
You will need VBA code to do so. Even if you could Link to a text file>i want to read the text file and input the values say 720
>and 840i as 720x840i into a particular feild of a form
>which corresponds to a feild in one of the 4 tables
>like that i would have to read from the text file and put
>differnt kind of text values in the required feilds of the
>form.
like this (and to my knowledge you can't), you are limited to 255
fields - 500 is just too many. The code would need to open the text
file, step through it looking for the desired fields, and "push" the
value into the form control.
It's doable, but rather more code than I'm comfortable posting in a
newsgroup message. Look at the online help for FileOpen in the VBA
editor just to get started...
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
[url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
John Vinson Guest
-
Newbie asking for help - Reading a text file of qurantined emails and parsing contents.
Greetings. Please excuse this post if it is about something that is very simple or have been discussed before, as I am newbie in PHP, and failed... -
Saving an ASP form to a text file.
Ok, this is probably a silly question but I just keep hitting a brick wall here. I usually develop my sites entirely in ASP and use a database... -
Read the contents of a text file into an HTML page
"Dutch3001" <mandygretahello@msn.com> wrote in message news:57c4bcf5.0307182134.78d05a86@posting.google.com... html wont do it, and client side... -
output a form to a text file
"mk sabeel" <mk_sabeel@yahoo.co.in> wrote: sabeel, no way with a macro or using standard export VBA code like OutputTo method or... -
reading contents of text files to a form
hello sir i want to read 3 text files which are output of 3 programs/tools that are run. i want to read them and enter the values of the text...



Reply With Quote

