473,796 Members | 2,712 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Data Entry Help and Form Help Please

I need help with a project, that has two things driving me crazy.

1. I have number entries that wish to have the data enter from the right,
so that when you type in 80, it is .80 or eighty cents.
I thought that there was a previous post showing how to do this but my
news server doesn't show it.

2. I have a form that is the data entry form for an invoice. I have a
procedure that prints only the current record, but when I get control back
to the form it still displays the record that I just printed. I have the
form set up for data entry and it starts with a clear record, and when I get
done printing I need it to also have it clear to enter the next record.

Thank you for any help that you can give..

JC Mugs
Nov 12 '05 #1
3 1770

"JC Mugs" <jc****@hotmail .com> wrote in message
news:10******** *****@corp.supe rnews.com...
I need help with a project, that has two things driving me crazy.

1. I have number entries that wish to have the data enter from the right,
so that when you type in 80, it is .80 or eighty cents.
I thought that there was a previous post showing how to do this but my news server doesn't show it.

2. I have a form that is the data entry form for an invoice. I have a
procedure that prints only the current record, but when I get control back
to the form it still displays the record that I just printed. I have the
form set up for data entry and it starts with a clear record, and when I get done printing I need it to also have it clear to enter the next record.
Add the following to the end of your proceedure. You may need to do some
error trapping with this.

Thank you for any help that you can give..

JC Mugs

Nov 12 '05 #2
Please ignore my last message, Outlook sent it before I was finished with
it.
Sorry.
"JC Mugs" <jc****@hotmail .com> wrote in message
news:10******** *****@corp.supe rnews.com...
I need help with a project, that has two things driving me crazy.

1. I have number entries that wish to have the data enter from the right,
so that when you type in 80, it is .80 or eighty cents.
I thought that there was a previous post showing how to do this but my news server doesn't show it.

2. I have a form that is the data entry form for an invoice. I have a
procedure that prints only the current record, but when I get control back
to the form it still displays the record that I just printed. I have the
form set up for data entry and it starts with a clear record, and when I get done printing I need it to also have it clear to enter the next record.

Thank you for any help that you can give..

JC Mugs

Nov 12 '05 #3
Did not see anything attached.....
Any help would be appreciated...

Thanks
JC

"Mike Storr" <st******@sympa tico.ca> wrote in message
news:KE******** ***********@new s20.bellglobal. com...
Please ignore my last message, Outlook sent it before I was finished with
it.
Sorry.
"JC Mugs" <jc****@hotmail .com> wrote in message
news:10******** *****@corp.supe rnews.com...
I need help with a project, that has two things driving me crazy.

1. I have number entries that wish to have the data enter from the right, so that when you type in 80, it is .80 or eighty cents.
I thought that there was a previous post showing how to do this but

my
news server doesn't show it.

2. I have a form that is the data entry form for an invoice. I have a
procedure that prints only the current record, but when I get control back to the form it still displays the record that I just printed. I have the form set up for data entry and it starts with a clear record, and when I

get
done printing I need it to also have it clear to enter the next record.

Thank you for any help that you can give..

JC Mugs


Nov 12 '05 #4

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

Similar topics

9
2504
by: Don Seckler | last post by:
I am trying to set up a PHP web page so I can enter data into a database. I created a form: <form action="admin_news_insert_processor.php" method="post" name="frm_Insert_News" id="frm_Insert_News">
5
2403
by: Carlos Ribeiro | last post by:
Hello all, I'm posting this to the list with the intention to form a group of people interested in this type of solution. I'm not going to spam the list with it, unless for occasional and relevant announcements. If you're interested, drop me a note. But if for some reason you think that this discussion is fine here at the c.l.py, please let me know. ** LONG POST AHEAD **
2
2042
by: edworboys | last post by:
I have designed a data entry form with a number of fields and a sub form. The first field (Country) is a combo box and the user selects a country. This, in turn reduces the number of options in the second field (Prospect Name). The user then uses the subform to enter a document location. The problem is this:
1
2210
by: Trent | last post by:
I am in the design phase of a new database and am having a devil of a time with a subform. I have three tables that relate to problem - Suppliers tbl, Customers tbl and a SuppliersCustomers tbl. The intent is to have the user enter in spend information by customer with each supplier. Sounds simple enough right? The common fields in each table are as follows:
1
2314
by: Angus Lepper | last post by:
I'm writing a stock ticker for a stock market simulation, and can load the data into the xmlreader in the first place, but can't figure out how to refresh/update the data in it. Any ideas? Code: Public Class Form1 Inherits System.Windows.Forms.Form
5
3114
by: Aspnot | last post by:
Background: I have a data entry form that is bound to a DataSet. This DataSet contains 9 tables and the form displays data from each table in textboxes, not a DataGrid. One of the tables in the ParentTable and the rest are children. For Example: The form shows the Customer and their most recently added Contact (in textboxes, not in a DataGrid). When I click the Add button on the form, I enumerate through all of the DataTables in the...
1
1943
by: maiami2 | last post by:
Hi Guys, I'm very new to access and I've been trying to get the hang of it over the last few days, but I've become very confused with various aspects of how to code it. Introduction: I am using 3 tables for my data base at the moment. The first table is an ID table, which tracks IDs that are in use/taken. The second table is a queue, which has very little/limited information on a person. The third table is a log, which has much more...
20
6930
by: hippomedon | last post by:
Hello everyone, I'm looking for some advice on whether I should break the normalization rule. Normally, I would not consider it, but this seems to be a special case. I have created an "Outcomes Database" used to store response data from measures/ questionnaires for a longitudinal health study. It is essentially derived from Duane Hookom's Survey Database (thanks Duane!!!), with many modifications added to fit the needs of my lab.
2
3583
by: rustyc | last post by:
Well, here's my first post in this forum (other than saying 'HI' over in the hi forum ;-) As I said over there: ... for a little side project at home, I'm writing a ham radio web site in uby/Rails. I started it in Perl and gave up on Perl as I went from the 'display the database information on the web page' to the 're-display the information from the database and allow the user to update the database using the web page' stage and realized...
0
9673
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9524
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10449
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10168
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10003
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5440
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4114
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 we have to send another system
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.