Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Selection in Continuous Form

Status
Not open for further replies.

Natha2

Programmer
Dec 23, 2004
17
0
0
BE
How would Multiple Selection (record or column) be possible on a Continuous Form (using Shift+click or Ctrl+click)?

I cannot use datasheet view since that Continuous Form contains a SubForm. Or can I?
 
Using the selector bar in continuous forms will only allow you to select contiguous records (shift+Click); you cannot use ctrl+Click to select scattered records.
On the whole,I would suggest that you add a 'selected' field to your table and include it in the continuous form. It makes the process of identifying selected records much simpler than any other method.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top