Inconsistency

  • Thread starter Thread starter The Doctor
  • Start date Start date
T

The Doctor

Running a Microsoft Access2010 appliction.

In one field when the price goes over $999.999

#########

should up on one system in Windows 7 Attahced to a Brother MFC.

On ky portable Win8 system, the field is seen correctly.

What gives?
 
Running a Microsoft Access2010 appliction.

In one field when the price goes over $999.999

#########

should up on one system in Windows 7 Attahced to a Brother MFC.

On ky portable Win8 system, the field is seen correctly.

What gives?

This will typically happen when the textbox isn't wide enough for the number.
This could be as simple as opening the form in design view and enlarging the
textbox a little bit.

The two machines could have different installed fonts or different screen
drivers, which might explain the different behavior.
--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://answers.microsoft.com/en-us/office/forum/access?tab=question&status=all
http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev
and see also http://www.utteraccess.com
 
This will typically happen when the textbox isn't wide enough for the number.
This could be as simple as opening the form in design view and enlarging the
textbox a little bit.

Tried that on both machines. Same ###### on the other.
The two machines could have different installed fonts or different screen
drivers, which might explain the different behavior.

Where do I start looking?
 
Back
Top