Access Trick (fwd) - Mailing list pgsql-interfaces

From Cedar Cox
Subject Access Trick (fwd)
Date
Msg-id Pine.LNX.4.21.0101041150280.1686-100000@nanu.visionforisrael.com
Whole thread Raw
List pgsql-interfaces
I got this from my friend..  I'm not sure if we're just doing something
wrong or if this is the workaround for more Access strangeness.

-Cedar


---------- Forwarded message ----------

In order to get a form in Access to refresh you use form.requery, at least
according to the documentation. However in my experience this does not
work. In my case I want to get the back end to do a sort on my data, so I
have changed the SQL of the pass-through query on which the form is
based. Calling requery does not change anything, but the following line in
VB does :

Me.RecordSource=Me.RecordSource

Apparently if you change the record source of the form it automatically
requeries the form, irrespective of whether the value of the RecordSource
property has actually changed...

Daniel



pgsql-interfaces by date:

Previous
From: Cedar Cox
Date:
Subject: Re: plpgsql help - nested loops
Next
From: Kovacs Zoltan Sandor
Date:
Subject: ODBC-update, version numbers