Pop up report

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

Guest

Can I use a function key to pop up a list of clients from my Client table?
Example: I would like to press a function key (F1, F2, etc.) and have a
pop up list of clients appear (including various columns from each field: ie
a report already in exsistance), be able to scroll through the list, and
press Esc to quit the pop up list.
 
Why do you need a report? Would a form work? You can use an AutoKeys macro
to open the form in dialog mode.
 
Back
Top