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

Add a symbole to textbox before printing

222 100+
Hellooooooooooo...

(using MSACCESS 2003)
I have something that I'm not sure from the method that I'm doing
I have a field called sym.
The data on the sym. field are stored as string from the range bellow
]27000000,27999999[ ...
I made a report called "dataprint" based on the table that contains the "sym." field
What I need is to print these data by putting each one between 2 stars ..
For example ...
1 record on the sym. field is 27000001
so when I open the dataprint report I need to see *27000001* without changing the data on the table

Can the input mask of textbox properties on the report is helpful for this subject ?
Jun 20 '07 #1
3 1467
Rabbit
12,516 Expert Mod 8TB
Hellooooooooooo...

(using MSACCESS 2003)
I have something that I'm not sure from the method that I'm doing
I have a field called sym.
The data on the sym. field are stored as string from the range bellow
]27000000,27999999[ ...
I made a report called "dataprint" based on the table that contains the "sym." field
What I need is to print these data by putting each one between 2 stars ..
For example ...
1 record on the sym. field is 27000001
so when I open the dataprint report I need to see *27000001* without changing the data on the table

Can the input mask of textbox properties on the report is helpful for this subject ?
Use a select query to base the report on with a calculated field:
Expand|Select|Wrap|Line Numbers
  1. SELECT "*" & sym & "*" As NewSym
  2. FROM TableName;
  3.  
Jun 20 '07 #2
wassimdaccache
222 100+
I like this website :):):)

Thank you ... It works
Jun 20 '07 #3
Rabbit
12,516 Expert Mod 8TB
I like this website :):):)

Thank you ... It works
Not a problem, good luck.
Jun 20 '07 #4

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

Similar topics

2
by: Paul .V. | last post by:
I have a report which I call to print from a form. For security reasons I have created a global variable: Const Company = "This Test Company" I call that constant whereever I want the company...
1
by: ManuelC | last post by:
Hi I have a form that contains a multiselect listbox (simple multiselect) and a command button. The listbox shows a list of all reports (about 20) available for users to print and the command...
5
by: Vi | last post by:
Hello, I want to be able to reload a DropDownList when a TextBox changes its value. So I set the AutopostBack property of the TextBox to true and in the code behind I do something like: ...
4
by: Grahammer | last post by:
This is a stupid question, but the examples I've seen don't make sense to me... I simply want to print the contents of a textbox to a printer when the user clicks a button on my form. Printing...
1
by: mivey4 | last post by:
I have a project for which I need to print the contents of a richtext box to the printer. In VB6 this was a very simplified task but in VB.NET it seems to be noted as a more complicated technique....
7
by: Jonathan Smith | last post by:
In VB i had some very very simple code that would print out the contents of a textbox for me. It was simply Sub PrintTB() Printer.Print(Text1.Text) End sub Very simple, and 110% effective.
2
sanjay123456
by: sanjay123456 | last post by:
Sir , why java accept $ symbole in the variable declaration ? sanjay
1
by: fniles | last post by:
I am using VB.NET 2008. I have a multiline textbox on the form that I would like to print when the user click on the "Print" button. With my codes below, when the text are in more than 1 page (say...
6
by: babaidebnath | last post by:
Hello all, I am presently having a problem with printing in C#. The problem is my customer provided me a pre printed paper and I need to print value into some specific positions. But problem is C#...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.