Has anyone ever seen this happen??
I'm running Access 2003 though I'm not sure how relevant that is.
The form in question has 3 list boxes. The first has it's rowsource defined in it's property box while I'm using an event procedure to select the first record in List Box 1 and then to populate the other two list boxes using .rowsource to specify the data source and the selected row in List box 1 to filter. The form is not bound to any data.
A simple enough procedure and nothing I haven't done before however this time around, when I use OnOpen to run the Event Procedure, the form freezes all the list boxes and any buttons on the form. OnActivate gets around this though I'd prefer to use OnOpen as there may be occasions where I don't want to run the procedure on activation.
Has anyone seen this and figured out what may cause it? There are no error messages to work with.
Rgds, Dave
I'm running Access 2003 though I'm not sure how relevant that is.
The form in question has 3 list boxes. The first has it's rowsource defined in it's property box while I'm using an event procedure to select the first record in List Box 1 and then to populate the other two list boxes using .rowsource to specify the data source and the selected row in List box 1 to filter. The form is not bound to any data.
A simple enough procedure and nothing I haven't done before however this time around, when I use OnOpen to run the Event Procedure, the form freezes all the list boxes and any buttons on the form. OnActivate gets around this though I'd prefer to use OnOpen as there may be occasions where I don't want to run the procedure on activation.
Has anyone seen this and figured out what may cause it? There are no error messages to work with.
Rgds, Dave