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

Losing design changes -- mostly in form design. Any tips? 1

Status
Not open for further replies.

psemianonymous

Programmer
Dec 2, 2002
1,877
US
First off, I'm running Access 97 on Windows 2000 SP4.

I'm testing my application right now, and certain behavior (auto-ALLCAPS on one field) that I'm ABSOLUTELY CERTAIN I programmed in is not happening.

I'm absolutely certain that I have made this change. It was about a month ago.

But now it's not there--gone.


I have been working with the same copy of the database for as long as I've had this project. I've never had to restore from a backup (though I do backups on an hourly basis, also guaranteed every day I'm here). So any changes I've made SHOULD be saved. But they're not being saved.


A few things:

1. I do make changes while in DEBUG mode. I know this can be tricky, but I make sure and <CTRL>-S to save the form changes before starting the debugging up again. And then usually, I'll close the form, re-open the form in design mode and verify that the changes are still there. They always are.

2. I use <CTRL>-S to save the form design changes before closing. Too often in the past I've left the warnings completely off so that it dumps any design changes. Not any more. Now I have set the warnings to completely up, at all times, so I can program to ensure that my users will never see the warning boxes.

I DO, however, have Setwarnings set to False every so often--for example, if my program disables the warnings itself.


My basic question is this: Is there something I'm doing wrong? Is anyone else experiencing this? This is not so important in this case (simple enhancement), but when I do bugfixes and they don't 'stick', I get annoyed. Is anyone else seeing something like this?

The scary thing is that I'm getting USED to the idea that my design changes won't always stick, thus I'm subconsciously testing everything twice. Ridiculous.


Pete
 
The only time that I have seemed to have issues like this is changing the record source property of a form or report without specifically saving the object. The normal prompt when closing a form or report after making changes doesn't seem to prompt on these changes.

Duane
MS Access MVP
Find out how to get great answers faq219-2884.
 
Thanks for the tip. Someday, I'll figure out what EXACTLY is going on, but until then, I'll get along.


Pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top