Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

looking for suggestions on open forms

Status
Not open for further replies.

ggreg

Programmer
Mar 9, 2001
201
0
0
US
I have one form open when a database opens, then I
have buttons that turns the form visible and invisible...
This database is open all day...does refresh save data?
and if I wanted a Add form to open when the database opens
would refresh save data and reset the add form like
it has been closed and reopen without the time it takes
to open and close the form?
 
Access automatically "saves" or commits a record when you move to a new record.

Refresh will also save data, since it commits the data, or requeries the data.

gormcd
 
Thanks gormcd...I was thinking that it worked that
way but was wanting to confirm that!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top