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  

Turn off highlighting



 
 
Thread Tools Display Modes
  #1  
Old June 11th, 2004, 04:00 PM
Isidore
external usenet poster
 
Posts: n/a
Default Turn off highlighting

It seems that by default, Access automatically highlights the contents
of first visible field in the tab order. Is it possible to avoid this
so that when a record is viewed, no field is highlighted?

Thanks in advance,
Isidore
  #2  
Old June 11th, 2004, 04:34 PM
fredg
external usenet poster
 
Posts: n/a
Default Turn off highlighting

On Fri, 11 Jun 2004 15:00:47 GMT, Isidore wrote:

It seems that by default, Access automatically highlights the contents
of first visible field in the tab order. Is it possible to avoid this
so that when a record is viewed, no field is highlighted?

Thanks in advance,
Isidore


Code the Form's Current event to set the focus to a check box,
or create an unbound control, sized Height 0", width 0", and set
focus to that control.
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
  #3  
Old June 11th, 2004, 08:58 PM
Isidore
external usenet poster
 
Posts: n/a
Default Turn off highlighting

Thanks for this. Unfortunately I'm a complete novice at coding.
Could you suggest code?

Thanks again,
Isidore


On Fri, 11 Jun 2004 15:34:41 GMT, fredg
wrote:

On Fri, 11 Jun 2004 15:00:47 GMT, Isidore wrote:

It seems that by default, Access automatically highlights the contents
of first visible field in the tab order. Is it possible to avoid this
so that when a record is viewed, no field is highlighted?

Thanks in advance,
Isidore


Code the Form's Current event to set the focus to a check box,
or create an unbound control, sized Height 0", width 0", and set
focus to that control.


  #4  
Old June 11th, 2004, 09:40 PM
Stephen Lebans
external usenet poster
 
Posts: n/a
Default Turn off highlighting

No code required.
Menu - Tools - Options
Keyboard TAB

In the "Behaviour entering field" group select either:
Go to start of field
or
Go to end of field


--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


"Isidore" wrote in message
...
Thanks for this. Unfortunately I'm a complete novice at coding.
Could you suggest code?

Thanks again,
Isidore


On Fri, 11 Jun 2004 15:34:41 GMT, fredg
wrote:

On Fri, 11 Jun 2004 15:00:47 GMT, Isidore wrote:

It seems that by default, Access automatically highlights the

contents
of first visible field in the tab order. Is it possible to avoid

this
so that when a record is viewed, no field is highlighted?

Thanks in advance,
Isidore


Code the Form's Current event to set the focus to a check box,
or create an unbound control, sized Height 0", width 0", and set
focus to that control.



  #5  
Old June 13th, 2004, 04:20 PM
Isidore
external usenet poster
 
Posts: n/a
Default Turn off highlighting

Duh, thanks!

On Fri, 11 Jun 2004 17:40:06 -0300, "Stephen Lebans"
wrote:

No code required.
Menu - Tools - Options
Keyboard TAB

In the "Behaviour entering field" group select either:
Go to start of field
or
Go to end of field


 




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


All times are GMT +1. The time now is 06:38 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.