This one is probably simple.....it's just escaping me.

G

Guest

I have a form the displays in Dialog mode. The purpose of the form is so
that user's can check to see if a specifice Probill Number has been entered
into the database prior to trying to enter is as new. The parameter will
prompt for the probill number then display information (3 fields) based on
whether or not the Probill has been 'appointed' (entered). When the box pops
up with the info, the first field is highlighted (selected). How do I set
the form so that none of the fields are highlighted/selected. I have two
command button that will direct the user to the correct form to either
schedule the appointment (if it has never been appointed) or reschedule (if
already appointed).
 
G

Guest

If the user can't update this fields, you can set the properties of the
fields to
Enabled = No
Locked = Yes

The fields will never get a focus
 
G

Guest

I knew I knew how to do it. Sometimes you just sit and look at something too
long, looking for a more difficult answer.

Thanks
 
W

walkbet

I also like to go to the "Other" tab and set "Tab Stops" to "No", just
to cover all the bases...

Betsy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top