473,382 Members | 1,313 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

How to transfer data from a Lotus Approach database to Access

1
Hi. I need some help in transferring data from a Lotus Approach database into Access.

I have a field in Approach that is like a memo field in Access. There are many lines of data for each row. (each line was most likely entered followed by hitting the enter key.) This is a history of employee actions - hired, promoted, transferred, etc. that I need to keep attached in the new database.

When I attempted an export into a Text - delimited file - the line exported, but not all to the correct single individual. Each line of data was divided to the next individuals on the list - so the number of lines in the first "memo" field filled into that same number of employees. Hope fully this makes sense.

As an example the field may read like this:

1/1/06 Hired
1/1/07 Promoted
1/1/08 Transferred to Operations
1/1/09 Separated - took another job

This set of data would transfer - but would be attached - 1 line each to the first 4 names in the list. Instead of all info attached to the individual it really belongs to.

How do I transfer this field correctly? I would appreciate instructions that are in plain english (if at all possible) or step by step - I am not an IT person - and am learning everything as I go.

Thanks for your time and help!
May 14 '10 #1
1 5396
Jim Doherty
897 Expert 512MB
@DKF9
The consolidation of four lines into one is achievable provided there is some set logic to pin against each line 'spilled over' into the next row to identify who it should belong to.

I am rather more intrigued by the output format of Lotus Approach (which I don't use incidentally), in that, it seems to me, it is spewing out this stuff onto a 'new' line when it encounters 'fixed pair' linefeed return characters. It may be appropriate (and this is a guess) that the way to 'approach' this (pardon the pun) might be to output to some kind of text file format first. Then 'read in' the contents of the text file using certain disk file handling routines that examines the entire string length and replaces any combination of linefeed/return with just 'one' of those. This in effect serves to remove the new lines in the memo field, at which point the importation process might succeed.

Without physically looking at the data on this one, it is pretty much guess work I am afraid as to the finite solution. I tried to answer this as best I could non-techie but the answer is inevitably going to be a technical one I am afraid
May 17 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Yanik Reid | last post by:
When I run the following vb.net code, I'm not able to acces the my database AMFLIB. I use to be able to access AMFLIB with the old ODBC driver from IBM iSeries Access but now I want to use the...
2
by: reidarT | last post by:
I fill a windows form with data from a database(access) txtAODato.DataBindings.Add("Text", objDataView, "AODato") This is a date-field. How do I format it toget a short date (dd.mm.yy). ...
0
by: dgraper | last post by:
Friends: I'm doing some work for a small government client centralizing data from a bunch of little databases into SQL Server. Everything's been easy except for reading in data from a set of...
0
by: Heinz K | last post by:
Hi all, is it possible to access a Lotus Notes database even if Lotus Notes is not installed on current computer? I have an IIS and want to create a Webservice which accesses data from a Lotus...
1
by: tiakang | last post by:
Hi friends, Do you have any guides of how to transfer the excel data into sqlserver 2000 in asp.net and code behind is in vb?
4
by: sravan_reddy001 | last post by:
I had created an appication that serves as an address book i used the SQL server 2000 as the database to store the contacts; its only a single table that contains enitre details now i thought...
2
by: taepy | last post by:
how can i calculate all the data that store in the database? if i wanna calculate it based on the date,what is the method that can i use?
3
by: LynneH | last post by:
I have data on a shared drive that needs to be transferred to a local drive. there are about ten databases that need this. I then have a central database that links all these databases together. I...
4
by: jeet123 | last post by:
hi, i am new to c#. How can i make a form which displays data in a tabular format where the data is retrieved from the database (ms-access) and displayed in that from in table. No matter if the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.