Runtime problems: Access 2007 sorting continuous forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Right-click menus have always been disabled in the runtime. You'll have to
build your own right-click options.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top