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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with saving options page

Status
Not open for further replies.

SamNeo

Technical User
Jun 26, 2000
21
0
0
IN
I have created an options page for my program the check box values are beign reset after unloading the form and these values are not being stores, can any one help me in compleating the optional pages this is killing me. I have waste more time on this form than on any thing else.
 
You should save the values to some table so that the options will be available every time the database is run.
Make the form based on the table and on closing the form update the table as necessary. When you open the form it will get the data from the table.

ntp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top