Runtime problems: Access 2007 sorting continuous forms

J

Jan Poller

I have a program with many "continuous form" screens. In full access, I can
right click on a value and schoose to sort the table on the screen.

In runtime, right clicking does absolutely nothing.

It does not matter if the program is in accdb or accde form.

What am I doing wrong? is there an option that I ahve to set?
 
D

Douglas J. Steele

Right-click menus have always been disabled in the runtime. You'll have to
build your own right-click options.
 
J

Jan Poller

They should be. But I found a work around. I am identifying the form as a
split form with the datasheet view at the bottom. I am not particularly fond
of it, but it works.

Thanks for the information.
 
Top