A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Input problem with textbox



 
 
Thread Tools Display Modes
  #1  
Old December 15th, 2005, 01:39 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Input problem with textbox

Hello,

One particular machine is having a problem with inputing a text field with
an input mask,

!\(999") "000\-0000;;*

Rather than filling in the textbox, the cursor stays in its position and the
numbers change in that position as the user types.

I am not sure when this began, but it wasn't always that way on that
machine.

I tested by taking the input mask off, so that is definately the problem.

Thanks for any help and God Bless,

Mark A. Sma


  #2  
Old December 15th, 2005, 02:40 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Input problem with textbox

Does each computer have its own front-end file? If not, it should. Next, try
copying the front-end file from a computer where it's working properly to
the computer that has the problem. I suspect the textbox is corrupted. If
so, replacing the file with a working one should solve the problem.

--
Wayne Morgan
MS Access MVP


"Mark A. Sam" wrote in message
...
Hello,

One particular machine is having a problem with inputing a text field with
an input mask,

!\(999") "000\-0000;;*

Rather than filling in the textbox, the cursor stays in its position and
the
numbers change in that position as the user types.

I am not sure when this began, but it wasn't always that way on that
machine.

I tested by taking the input mask off, so that is definately the problem.

Thanks for any help and God Bless,

Mark A. Sma




  #3  
Old December 15th, 2005, 02:57 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Input problem with textbox

Wayne,

All users share a common .mde from the server. I tested for a corrupted
textbox. There are three phone fields with the same input mask acting the
same. I removed the input mask from one of the textboxes, and added a new
textbox with the input mask. The old textbox with the input mask removed
was fine, but the new textbox with the input box added was a problem. I
tested this with a new .mde as well as a copy of the .mdb I lso tried your
suggestion of moving the front end onto the local drive, which didn't help.

I would like to try uninstalling and reinstalling Access, but this company
has disks all over the place and I don't know which Office CD goes with that
machine. I am hoping someone recognized the problem and has another
solution.

God Bless,

Mark


"Wayne Morgan" wrote in message
...
Does each computer have its own front-end file? If not, it should. Next,

try
copying the front-end file from a computer where it's working properly to
the computer that has the problem. I suspect the textbox is corrupted. If
so, replacing the file with a working one should solve the problem.

--
Wayne Morgan
MS Access MVP


"Mark A. Sam" wrote in message
...
Hello,

One particular machine is having a problem with inputing a text field

with
an input mask,

!\(999") "000\-0000;;*

Rather than filling in the textbox, the cursor stays in its position and
the
numbers change in that position as the user types.

I am not sure when this began, but it wasn't always that way on that
machine.

I tested by taking the input mask off, so that is definately the

problem.

Thanks for any help and God Bless,

Mark A. Sma






  #4  
Old December 16th, 2005, 01:46 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Input problem with textbox

Does it do it on your local computer where you're creating the mde file?
Does it do it on all client computers? Do you have an input mask defined in
the table and in the control, if so, are they the same or different? Is
there any code that runs (such as in the control's Change event) as you make
the entry that may be interfering?

--
Wayne Morgan
MS Access MVP


"Mark A. Sam" wrote in message
...
Wayne,

All users share a common .mde from the server. I tested for a corrupted
textbox. There are three phone fields with the same input mask acting the
same. I removed the input mask from one of the textboxes, and added a new
textbox with the input mask. The old textbox with the input mask removed
was fine, but the new textbox with the input box added was a problem. I
tested this with a new .mde as well as a copy of the .mdb I lso tried
your
suggestion of moving the front end onto the local drive, which didn't
help.

I would like to try uninstalling and reinstalling Access, but this company
has disks all over the place and I don't know which Office CD goes with
that
machine. I am hoping someone recognized the problem and has another
solution.

God Bless,

Mark


"Wayne Morgan" wrote in
message
...
Does each computer have its own front-end file? If not, it should. Next,

try
copying the front-end file from a computer where it's working properly to
the computer that has the problem. I suspect the textbox is corrupted. If
so, replacing the file with a working one should solve the problem.

--
Wayne Morgan
MS Access MVP


"Mark A. Sam" wrote in message
...
Hello,

One particular machine is having a problem with inputing a text field

with
an input mask,

!\(999") "000\-0000;;*

Rather than filling in the textbox, the cursor stays in its position
and
the
numbers change in that position as the user types.

I am not sure when this began, but it wasn't always that way on that
machine.

I tested by taking the input mask off, so that is definately the

problem.

Thanks for any help and God Bless,

Mark A. Sma








  #5  
Old December 17th, 2005, 03:48 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Input problem with textbox


"Wayne Morgan" wrote in message
...
Does it do it on your local computer where you're creating the mde file?

No, I never have problems on my Dev machine, but myriads of problems on user
machines in varous applications.

Does it do it on all client computers?


No only on one machine.

Do you have an input mask defined in
the table and in the control, if so, are they the same or different?


Yes its the same in both places, but its a good point. I will try removing
it later when the users are off and see if it solves it.


Is
there any code that runs (such as in the control's Change event) as you

make
the entry that may be interfering?


No, but another good point


  #6  
Old December 17th, 2005, 04:05 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Input problem with textbox

For it to only happen on one machine, would normally be a bad install or
something wrong with the References, but I don't know if a References
problem would affect an input mask. It may be worth looking at though, just
to make sure. For information on this, see
http://www.allenbrowne.com/ser-38.html.

I would also verify that the current video driver is installed for that
computer and that all Office and Jet patches have been installed.

--
Wayne Morgan
MS Access MVP


"Mark A. Sam" wrote in message
...

"Wayne Morgan" wrote in
message
...
Does it do it on your local computer where you're creating the mde file?

No, I never have problems on my Dev machine, but myriads of problems on
user
machines in varous applications.

Does it do it on all client computers?


No only on one machine.

Do you have an input mask defined in
the table and in the control, if so, are they the same or different?


Yes its the same in both places, but its a good point. I will try
removing
it later when the users are off and see if it solves it.


Is
there any code that runs (such as in the control's Change event) as you

make
the entry that may be interfering?


No, but another good point




  #7  
Old December 17th, 2005, 06:49 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Input problem with textbox

Wayne,

This hasn't always been a problem on this machine. I only heard about it
recently and the machine is a couple of years old. As far as patches, I
don't get involved with these machines to that extent, so I don't if thats
that case. When I tried installing Windows SP2 on my computer it blew it
away, so I won't ever tried to update someone else machine with patches.

I'll just write this one up as another Microsoft folly...lol.

God Bless,

Mark

"Wayne Morgan" wrote in message
...
For it to only happen on one machine, would normally be a bad install or
something wrong with the References, but I don't know if a References
problem would affect an input mask. It may be worth looking at though,

just
to make sure. For information on this, see
http://www.allenbrowne.com/ser-38.html.

I would also verify that the current video driver is installed for that
computer and that all Office and Jet patches have been installed.

--
Wayne Morgan
MS Access MVP


"Mark A. Sam" wrote in message
...

"Wayne Morgan" wrote in
message
...
Does it do it on your local computer where you're creating the mde

file?
No, I never have problems on my Dev machine, but myriads of problems on
user
machines in varous applications.

Does it do it on all client computers?


No only on one machine.

Do you have an input mask defined in
the table and in the control, if so, are they the same or different?


Yes its the same in both places, but its a good point. I will try
removing
it later when the users are off and see if it solves it.


Is
there any code that runs (such as in the control's Change event) as you

make
the entry that may be interfering?


No, but another good point






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Query Where Clause Charles G via AccessMonster.com New Users 5 September 22nd, 2005 01:15 PM
Problem with Textbox formatting melgarza Powerpoint 0 July 8th, 2005 10:53 PM
Major Input Problem DS General Discussion 9 February 15th, 2005 08:15 PM
XL2003 Validation Input Msg Problem Phil General Discussion 3 July 28th, 2004 02:43 AM
Productkey problem when installing office 2003 on network Stefan Schreurs Setup, Installing & Configuration 1 June 1st, 2004 11:16 PM


All times are GMT +1. The time now is 09:10 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.