473,503 Members | 1,678 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how do you match dyamically a textfield with all memo fields with the same bold font

4 New Member
I have tables that have one column with a bold text in a text field. This refers to a specification number. Another field is a memo field that contains the bold specification number and my information. there will be more memo fields with the same specification number than the text field.

I have a list box on a form where the user selects the spec this is placed a a table. I want the memo field to load all memo records containing the spec number in the text field. Any ideas.

As I will not know what the user will load I don't use a query
Sep 20 '10 #1
6 1343
Delerna
1,134 Recognized Expert Top Contributor
If you need to select records from a table based on a data like that, then that data really should have a field all of its own and not be part of a memo field.


Having said that it can be done but you need some reliable way to extract the parameter from the memo as it's own field in a query
and then use that. Without seeing the data I can't suggest one and it's not usually easy or straight forward.

You could also use like i suppose
Expand|Select|Wrap|Line Numbers
  1. ...
  2. WHERE memoField like "%123456%"
  3.  
but I don't really recommend it.
Just giving you options and letting you decide for yourself



PS
I don't know how your are going to do it if you don't use a query in one form or another?
Sep 21 '10 #2
GSTA
4 New Member
My problem is that the data I want associated in the field is too large for a text field. Imagine a field that could contain half a page of text. In excel I could probably use the match function. Another problem is the fact memo fields cannot be used for a list box.My original idea. I have looked through this site to come up with ideas. Still no luck
Sep 21 '10 #3
Delerna
1,134 Recognized Expert Top Contributor
Another field is a memo field that contains the bold specification number and my information. there will be more memo fields with the same specification number than the text field
No, I wasn't very clear, I was talking about your specification number having its own field and not included as part of the memo field. So you would have two fields instead of one
one for the specification code and one for your memo

Then its a simple matter of selecting all the records where the spec code is equal to the one you are interrested in.
Sep 21 '10 #4
GSTA
4 New Member
okay,what I wanted to do was the following:
field 1 named SpecID is a text field the data would be say 9.2.3.5 Heat Treatment then another field called Spec Memo1 which could contain the same bold 9.2.3.5 and the data for this. Because there could be potentially so much information related to 9.2.3.5 I wanted to use 9.2.3.5 numerous times in the memo field to capture all of the data. My list boxes have are on a form and I select the SpecID field that contains only the 9.2.3.5 (and its brief description) and tranfer this over to another list box than places this in my table. Because memo fields cannot use list boxes I have to "split up" my data and have the destination table have the ability to match all memo fields that reference the same number as the SpecID field and place them in the destination table. Because this is dynamic I am not able to figure out how to do this. If it was not dynamic then a query would be more straightforward. I hope this makes more sense
Sep 21 '10 #5
Delerna
1,134 Recognized Expert Top Contributor
hmm, contemplating your post.
Perhaps if you can describe to me what it is you need to do, without describing the database itself, just the task. I am having difficulty choosing between several options because its still not absolutely clear to me what you are doing.

I don't want to give you an answer that is way off the mark
Sep 21 '10 #6
GSTA
4 New Member
Thanks. I have many tables all based on one set of specifications. Each table will have a text field called SpecID and one memo field MemoID. It so happens that the specification numbers and description will be in the text field. These are in bold - but do not have to be per se. The memo field will also have the specification number, description, and much more text. If one textID field is chosen,I want a means to dynamically fill the memo field with all the memo fields that have the same specification number in the memo field as there is in the text field.
Sep 21 '10 #7

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

Similar topics

13
2141
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
0
1085
by: MrNobody | last post by:
I needed to customize a Menu so that certain MenuItems are written with bold font. When the regular font draws, it looks fine, but as soon as I use the bold font, it looks squeezed together for...
2
3575
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
2670
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...
4
5789
by: pamelafluente | last post by:
Hi I noticed that if I use a bold font for 1 TreeNode of a TreeView several times the string does not fit anymore and gets truncated. How can I avoid that ? Any suggestionis appreciated ...
7
12791
by: dancer | last post by:
Using ASP.net 1.1 I know I should be using CSS. But until I have time to learn that, what is the code for bold font? In other words, what should go in this code to make the font bold? <font...
10
3032
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
4324
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
4748
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
5641
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
7083
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
7328
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...
1
6988
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
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3166
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1510
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
379
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.