Full Version: Dynamic Crosstab Query in a form
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
weedaz
Is there anyway to update the form as the crosstab query data changes.
TimK
You can use Requery to help.

Private Sub Command1_Click()
Me.Requery
End Sub

Just add a command button, Command1 and put the code on OnClick event.

frown.gif
weedaz
i have already tried that

and it does not work
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.