AN60
01-02-2004, 09:13 PM
I have two queries,and reports based on these, where I have inserted [] symbols in respective event criteria fields to allow me to select varoius events in the reports via a message box. This works fine. As I now have added numerous events it is becoming more difficult to remember the events and spelling of each event. Is there any easy way to provide something like a list of events with the message box?
Note: I already have a tbl of events which is used to provide data to various combo's. If I could use data from there I would have a ready made source to "jog my memory".
I have tried;
[Forms]![MyForm]![MyCombo]
substituting "MyForm" with my own form name and "MyCombo" with my form's combo name. The msg box still only asks for a parameter, unfortunately no list. The event combo I have is on a sub form, will that change anything when refering to it?
Note: I already have a tbl of events which is used to provide data to various combo's. If I could use data from there I would have a ready made source to "jog my memory".
I have tried;
[Forms]![MyForm]![MyCombo]
substituting "MyForm" with my own form name and "MyCombo" with my form's combo name. The msg box still only asks for a parameter, unfortunately no list. The event combo I have is on a sub form, will that change anything when refering to it?