filtering nightmare

arage

Registered User.
Local time
Today, 18:02
Joined
Dec 30, 2000
Messages
537
Hi,
I have a big problem with my form.

Currently my form filters by region code & then by event #. I’ve allowed the find record option to remain active in case a data keyer needs to look at previous entries entered for the region.

Problem is that the form currently opens with ALL db entries entered & I need to find a way for data keyers to only see the entries against their region respectively.

I don’t know what I’m looking for. A filter? Vba code? what?

I’d appreciate any comments.
Thanks!
 
Each data entry person has a specific region?

This sounds like something you can do by creating a mini lookup table with user names and region codes. on the load event of the form, check the value of CurrentUser(), and use DLookUp in the table to filter based on the region code.

Duane Barker
 

Users who are viewing this thread

Back
Top Bottom