Full Version:
Dynamic Crosstab Query in a form
UtterAccess Discussion Forums
>
Microsoft® Access
>
Access Forms
weedaz
Sep 8 2004, 04:37 AM
Is there anyway to update the form as the crosstab query data changes.
TimK
Sep 8 2004, 04:51 AM
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.
weedaz
Sep 8 2004, 05:03 AM
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
.