I tried that. when i try to make a Form using this crosstab Qry, using the wizard, I see NO fields to choose for the Form. None show.
I just tried a simplier 2nd crosstab with a different Qry. I CAN see the fields in the Form wizard.
so now i am thinking that my first qry has something going on that needs fixing first. i will let you know.
a last point. i took the good 2nd test Qry and put it into my Form button. once again, the result were minimized and not accessible until i went to exit out. so the popup and modal thing came into play again. here is the data inside the button. maybe you see something to allow it to be maxed? it is now minimized even though i have a maximize command.
Private Sub APPOINTMENT_Calendar_Click()
DoCmd.Maximize
DoCmd.OpenQuery "Qry123"
End Sub
Knucklehead