I've run into something I'm not sure how to get around. I have a tabbed form with the main table shown on the first tab, details on the second and several linked tables on subsequent tabs. However I would like to display on another tab a table that must be created from a query. I placed the query on the canArrive of the tab, but it will not run because the resultant table is in use (it is displayed on the tab). I can't run the query before the form is opened because it is based on the record selected in the main table (using a tilde value in the query). I did this in the past on a separate form, but I would really like to be able to show it on one of the tabs.
Does anyone have any ideas on how to do this?
Lynn