Refreshing controls when movenext in record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all

I have a form created in access and I have added a few controls which are to
be refreshed or values set. when the user navigates in the default record
navigation controls given by access

ie, the the navigation given when access table is opened up for move to next
record, last record, previous record, first record.

Where do I write the event in form code to set the values for controls which
are not connected to the database ?

Thanks
Madhuri
 
I got the answer.

I have one more doubt. When I open the access database a form pops up on its
own. How do I change the settings of the form not to show up when database is
opened. I wish to open a main menu form instead of the above form. How do I
change settings for that ?

Thanks
Madhuri
 
Madhuri said:
I got the answer.

I have one more doubt. When I open the access database a form pops up on its
own. How do I change the settings of the form not to show up when database is
opened. I wish to open a main menu form instead of the above form. How do I
change settings for that ?


The first question - use the Current event

Second question - use the Tools - StartUp menu item to
specify the form you want to open at program start up.
 
Back
Top