I have my crosstab working perfect. It contains drugs for row headings, visit dates for column headings, and comments about the drug on the date in the grid.
I want to display that on an exist form. The problem I am running into is no matter what object I try to use, subform, listbox, combo, etc, they all want to pull in the visit dates from the crosstab query as field names. The visit date is a dynamic value, meaning it can and will change on each patient pulled up. I even thought about just displaying a report on click event but the report wants to do the same thing.
Is there a way to embed the crosstab query itself into the form? Any suggestions how to get around this?
I want to display that on an exist form. The problem I am running into is no matter what object I try to use, subform, listbox, combo, etc, they all want to pull in the visit dates from the crosstab query as field names. The visit date is a dynamic value, meaning it can and will change on each patient pulled up. I even thought about just displaying a report on click event but the report wants to do the same thing.
Is there a way to embed the crosstab query itself into the form? Any suggestions how to get around this?