Group by Stopped Working

access2010

Registered User.
Local time
Today, 12:22
Joined
Dec 26, 2009
Messages
1,115
Our form = ResearchAnalyst_F = used in access 2003 was working properly until recently.

About 6 weeks ago, we started receiving a message = Record is Deleted = and then this form stopped working.

Could I receive your assistance in how to correct = A and B =
We would enter text and then click the Binocular to group all matching records.

Your suggestions will be appreciated
Crystal
 

Attachments

hi @access2010 (what is your name?)

I just happened to see your post -- next time you want me too look at something, tag me

not sure what you want us to look at. I downloaded your db and looked at code behind the find combo... first, before moving to another record, save the current record if changes have been made

Code:
with me
    if .dirty then .dirty = false
end with

please give steps on what to click, enter, and pick to see the issue you want to fix, thanks
 

Users who are viewing this thread

Back
Top Bottom