using tab in form

R

Ruth

Hi there

I am creating a form and there are some cells that automatically populate. I
want the tab to skip the cells that automatically populate. I change the tab
order and put them on the end, but I want them off the sequence all together.
How is this done?
 
J

Jeff Boyce

Ruth

For each control you do not wish to have the Tab stop at, open the form in
design view, open the Properties for control and change the Tab Stop
property to No.

(P.S., Access doesn't have "cells", that's a spreadsheet)

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
T

Tom van Stiphout

On Thu, 24 Jan 2008 06:41:03 -0800, Ruth

Set the TabStop property to False.
-Tom.
 
Top