473,394 Members | 1,752 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,394 software developers and data experts.

Working with Memo Fields

84
I have a bit of an issue and need to see if I have any options. The situation is I have two tables in an Oracle Database. There is no way for me to link the tables based on any common data. However, table one contains a text field titled CUST_NAME. The second table contains a memo field titled CUST_INFO. The CUST_INFO field will contain free form text data that the operators enter. However some of the records only contain the customers name. I want to isolate these records with only the customers name so I can link them to table one. I tried to link the two tables between the CUST_NAME and CUST_INFO but I get an error saying I cannot link to a memo field. Do I have any options that will allow me to link these two tables?
Mar 30 '08 #1
4 2462
PianoMan64
374 Expert 256MB
I have a bit of an issue and need to see if I have any options. The situation is I have two tables in an Oracle Database. There is no way for me to link the tables based on any common data. However, table one contains a text field titled CUST_NAME. The second table contains a memo field titled CUST_INFO. The CUST_INFO field will contain free form text data that the operators enter. However some of the records only contain the customers name. I want to isolate these records with only the customers name so I can link them to table one. I tried to link the two tables between the CUST_NAME and CUST_INFO but I get an error saying I cannot link to a memo field. Do I have any options that will allow me to link these two tables?
Do you have the ability to create additional fields in the oracle table structure i.e. Permissions to create/edit table structures?

If so, just simply create another field that is the 255 or less that will accomidate the names that you're wanting to collect, and drop them into a VarChar2 field type in Oracle.

Then create a query either in Oracle or Access that will update that new field with the data that you want to extract from the Memo field.

after that, then you can create your relationship between the two tables.

Hope that helps,

Joe P.
Apr 1 '08 #2
NeoPa
32,556 Expert Mod 16PB
If that isn't possible, a sneaky SQL trick is to return the data you need in a sub-query and make a linkable field from the memo data (if you can).

See Subqueries in SQL for more info on sub-queries.
Apr 1 '08 #3
sesling
84
Do you have the ability to create additional fields in the oracle table structure i.e. Permissions to create/edit table structures?

If so, just simply create another field that is the 255 or less that will accomidate the names that you're wanting to collect, and drop them into a VarChar2 field type in Oracle.

Then create a query either in Oracle or Access that will update that new field with the data that you want to extract from the Memo field.

after that, then you can create your relationship between the two tables.

Hope that helps,

Joe P.
Unfortunately I do not have the ability to change the table structure. I was able to get the suggestion made by NeoPa to work. Thx for the response.
Apr 3 '08 #4
NeoPa
32,556 Expert Mod 16PB
Thanks for letting us know about that Sesling. I wasn't even sure that would work :)
Apr 3 '08 #5

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

Similar topics

1
by: Remco Groot Beumer | last post by:
Hello, In an Access 97 database, there is a table that has some Memo-fields. Some of the memo-fields (not all) with a lot of text in it, display the data blurred all over each other (two...
0
by: jimmyshaw83 | last post by:
I am sorry if this topic is tired, but after all that I have read I am still in the woods here. I have built a database to handle weekly and monthly reports of what people are doing. They submit...
13
by: ken | last post by:
I have 5 memo fields in one of my tables. I need to add 7 more. Will this be a problem? Am I being paranoid? Thanks
2
by: jacoballen | last post by:
I have a query that combines the results of three related tables. The memo fields are truncated to 255 characters, but I need all the information in them. I'm aware that removing code such as...
7
by: maffonso | last post by:
Hi guys, My table has a memo field. At the end of the month a run a report and I would like to concatenate the memo fields in a unique field by dept. Im thinking doing this through totals button...
10
by: ARC | last post by:
This is mainly a speed question. In this example: I have a QuotesHdr table that has a few memo fields. If these memo fields are used extensively by some users, and if their are a large number of...
4
by: Charles | last post by:
Hello, I'm trying to find a good program to use for editing memo fields in Access 2003. I'd love to use Notepad or Wordpad, but the only option I'm really finding is a program called Total...
2
by: steph | last post by:
I have a table with 250 fields. Of course you are wondering why 250 fields... what could I possibly be storing in so many fields? I am using this table as a general import table for files that...
4
by: Wayne | last post by:
I've been asked to construct a database which will require several memo fields. This database will be the standard frontend/backend mdb configuration. I have read many posts describing the...
7
by: munkee | last post by:
Hi all, I have 3 memo fields on my main table. I understand that they are susceptible to corruption over network environments. I am looking to move these memo fields in to seperate tables and I...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.