473,406 Members | 2,713 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,406 software developers and data experts.

Memo Fields

ken
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

Nov 13 '05 #1
13 2134
12 memo fields in a single table suggests a design problem. Are you
convinced that none of the memo fields' contents can't be categorized in 255
character text fields?
-Ed
"ken" <ge****@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
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

Nov 13 '05 #2
Ed Robichaud wrote:
12 memo fields in a single table suggests a design problem. Are you
convinced that none of the memo fields' contents can't be categorized in 255
character text fields?


Maybe you need a subtable with the PK of this table, a sequence number
and one (1) memo field.

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html

Nov 13 '05 #3
ken
In this table I track descriptions of a certain ID number. Basically
what fits in the memo fields has to be more then 255 characters. I need
to use 12 memo fields. How would one implement this? Bas Cost Budde are
you suggesting I have 12 tables that hold 1 memo field and could be
connected to the main table with Primary Keys or some sort of an ID
system?

Nov 13 '05 #4
ken
I need to have 12 memo fields. If its not good to organize them in a
single table how should I do this then? I have never used memo fields
before so I need some advice.

Nov 13 '05 #5
ken wrote:
In this table I track descriptions of a certain ID number. Basically
what fits in the memo fields has to be more then 255 characters. I need
to use 12 memo fields. How would one implement this? Bas Cost Budde are
you suggesting I have 12 tables that hold 1 memo field and could be
connected to the main table with Primary Keys or some sort of an ID
system?


What is the relationship between those descriptions? And what makes you
think you need 12 of them, do you have twelve distinct pieces of
information?

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html

Nov 13 '05 #6
ken
wow...how does a post written at 8:50 AM get posted after a 1:43 one...
probably since google groups is still in beta?

Nov 13 '05 #7
ken
Yes that's the point. I have 12 distinct pieces of information. All 12
may not be used at the same time though. I need to know how many memos
I can have in 1 table.

The other thing I could do is have 1 table with 1 memo field, 1 ID that
would relate it to the main table and 1 ID that would state which one
of the 12 of the above distinct pieces it belongs to...hemm...what do
you guys think?

Nov 13 '05 #8

"ken" <ge****@gmail.com> schreef in bericht news:11**********************@g49g2000cwa.googlegr oups.com...
Yes that's the point. I have 12 distinct pieces of information. All 12
may not be used at the same time though. I need to know how many memos
I can have in 1 table.


I use a weird importtable to get 'weird' Excel-data in Access.
At the moment this table has 118 ! Memo-fields ... (weird, yes indeed ....)
If needed a table is generated with 255 Memo-fields ...

So don't worry about the number. Worry about the design.

Arno R
Nov 13 '05 #9
"ken" <ge****@gmail.com> wrote in
news:11*********************@g47g2000cwa.googlegro ups.com:
I need to have 12 memo fields. If its not good to organize them in
a single table how should I do this then? I have never used memo
fields before so I need some advice.


What kind of data is in the 12 memo fields? Perhaps if it's 12
varieties of the same kind of information, it would make sense to
have a dedicated table where each record has a foreign key pointing
to the parent record and a type field that indicates which type of
memo data it is.

There are some UI issues with that, however, but not insurmountable.
It depends on the degree to which users have a need to see more than
one memo at a time.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #10
ken
The memo fields hold paragraphs which are discriptions that relate to
the record to which they belong to. The descriptions do not relate to
each other other then th efact that they are about the same subject.
What does UI stand for?

Nov 13 '05 #11
ken
also would having 1 memo field and that keys identifying it to one of
the 12...would that make the database more stable work faster less
corrupt? What are my risks for just leaving it as it is?

Nov 13 '05 #12
"ken" <ge****@gmail.com> wrote in
news:11**********************@g47g2000cwa.googlegr oups.com:
The memo fields hold paragraphs which are discriptions that relate
to the record to which they belong to. The descriptions do not
relate to each other other then th efact that they are about the
same subject.
How are they presented on a report? One right after the other? If
so, having them in another table seems to me to make a lot of sense.
What does UI stand for?


User interface.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #13
"ken" <ge****@gmail.com> wrote in
news:11**********************@o13g2000cwo.googlegr oups.com:
also would having 1 memo field and that keys identifying it to one
of the 12...would that make the database more stable work faster
less corrupt? What are my risks for just leaving it as it is?


Well, it means that you'd not have any memo pointers in the main
record, which means that if a memo pointer got corrupted (which is
one of the most common types of corruption in an Access
application), you'd lose only one memo, whereas with 12 memos in a
single record, you'd need to recreate the entire record and could
lose more than just the single memo with the corrupted pointer.

However, I've never implemented that kind of structure for memos.

But I've also never had a table with more than 3 or 4 memo fields.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Jeremy | last post by:
I have a pretty straightforward database that is designed to record free-form information about products (date, source and a memo field). This is searched and updated via a form. For new records,...
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...
7
by: midlothian | last post by:
Does using CStr on a memo field truncate it to 255 characters? Seems like this is happening with some data in my tables. Is there a way around this?
9
by: RMC | last post by:
Hello, I'm looking for a way to parse/format a memo field within a report. The Access 2000 database (application) has an equipment table that holds a memo field. Within the report, the memo...
4
by: kaplan.gillian | last post by:
Hi everyone, I currently have an Access database that includes quite a few long memo fields. When I create a report of my data, Access does not allow the memo fields to be split with the page...
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...
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...
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: 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
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.