Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 23rd, 2004, 01:24 PM
Authorized User
 
Join Date: Apr 2004
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to lguzman
Default Linked Text table woes

Good day all.

I have an access application which reads a text file created by a telephony system.

This text file is comma separated, and its fields can be described as follows:

Number, Alpha, Number, Date, Number

The current application, reads the text file when an [Update] button is clicked and populates the required tables.

We are currently trying to program a "server" that would read the data every 10-15 seconds and populates the required tables automatically.

The problem I am encountering in this new "server" application is that I am getting "#Num" in the date field when I open the linked text file. I am really puzzled since the linked table in the original application displays the data correctly. Both link definitions are exactly the same, meaning: Number, Alpha, Number, Date, Number.


Help!

[LGuzman]
__________________
[LGuzman]
 
Old August 23rd, 2004, 03:13 PM
Authorized User
 
Join Date: Apr 2004
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to lguzman
Default

Found it. The system's date format must match that of the text table you are linking at the time the link is done.

(Just though I share the solution in case it happens to anyone else out there.)

:D

[LGuzman]





Similar Threads
Thread Thread Starter Forum Replies Last Post
Read-Only Linked Table pjm Access VBA 2 December 1st, 2006 03:37 PM
Can a Make Table Query produce a Linked table? kronik Access 5 May 16th, 2006 06:17 AM
Linked Table sdilucca Access 1 February 24th, 2006 07:29 AM
Update linked table penta Access 2 September 28th, 2004 07:58 AM
linked table Tasha Access VBA 1 August 6th, 2004 03:04 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.