|
-
Sep 5th, 2005, 01:55 AM
#1
Thread Starter
New Member
refresh a form from a different form
Hi
An action on a form causes new records to get written which are displayed in a different form in the same db.
After performing the action I navigate to the second form where the records should be displayed and they are not visible. I have to force a system refresh by removing all filters (even though none are active) to make the records visible.
In the code that writes the records I do a me.refresh and have tried me.repaint and even a DoCmd repaintobject (I think that is it).
None of this works - the repaintobject cannot find the second form although it is specified and present in the db!
Any help would be great.
MG
-
Sep 5th, 2005, 02:42 AM
#2
Re: refresh a form from a different form
If it is a matter of timing it may be Access's default caching.
Search the forums (top) for 'caching jro refresh'
It could be you need me.requery (try this first).
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Sep 5th, 2005, 03:53 AM
#3
Hyperactive Member
-
Sep 15th, 2005, 10:54 PM
#4
Thread Starter
New Member
Re: refresh a form from a different form
many thanks
I let you know how I get on...
MG
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|