R
Robert Robichaud
Over the last 2 weeks my Access 2000 project seems to possessed. I had just
recently installed XP SP2 (have XP Professional) but had to uninstall it as
several applications were failing. Prior to SP2, I rarely had any
application fail.
The Form_Current event is being triggered in 2 subforms when I make a change
to a field in the main form. When I assign a value to several fields on the
main form, the Form_Current is triggered for each of the subforms before
returning to the next statement in the main form.
Now it when I assign a value to the form's filter, such as
Me.ServerFilter = "OrderID=" & Str(OrdersRS("OrderID"))
I get a pop-up window prompting me to "Enter Parameter Value"
Does anyone have any ideas as to what's going on? Should I re-install
Access?
Any suggestions are welcomed.
recently installed XP SP2 (have XP Professional) but had to uninstall it as
several applications were failing. Prior to SP2, I rarely had any
application fail.
The Form_Current event is being triggered in 2 subforms when I make a change
to a field in the main form. When I assign a value to several fields on the
main form, the Form_Current is triggered for each of the subforms before
returning to the next statement in the main form.
Now it when I assign a value to the form's filter, such as
Me.ServerFilter = "OrderID=" & Str(OrdersRS("OrderID"))
I get a pop-up window prompting me to "Enter Parameter Value"
Does anyone have any ideas as to what's going on? Should I re-install
Access?
Any suggestions are welcomed.