Re: vertical ordering of continuous form
From: Steve Schapel (schapel_at_mvps.org.ns)
Date: 08/24/04
- Next message: david epsom dot com dot au: "Re: Empty "If Me.Recordset Is Nothing Then" clause causes runtime error 3021 (Access 2003)"
- Previous message: Steve Schapel: "Re: Access shutdown"
- In reply to: Daniel: "vertical ordering of continuous form"
- Next in thread: Daniel: "Re: vertical ordering of continuous form"
- Reply: Daniel: "Re: vertical ordering of continuous form"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Aug 2004 20:02:11 +1200
Daniel,
This can't be done directly in a continuous view form. One way to get
this result, is to put your continuous form as a subform on another
(probably unbound) form. Set its Allow Additions property to No, so the
"blank" record doesn't appear at the bottom. Then, make a copy of the
continuous form, but make it in single view, so only one record shows,
and set its Data Entry property to Yes. Then, put this also as a
subform, right above your continuous subform. If you like, with a bit
of fiddling, you can make it look like it is a blank record at the top
of the continuous subform. And then, on the After Update event of this
second subform, put code to move to a new record, and Requery the
continuous subform so the newly added record is shown on the continuous
subform. Hope that makes sense.
-- Steve Schapel, Microsoft Access MVP Daniel wrote: > Hello, > > by default with a continuous form the data scrolls vertically in a downwards > direction with the empty field for data entry at the very bottom of the list. > Is there a way to make it so that the data entry field (blank field) would > be at the top, thus avoiding the user from scrolling through the existing > entries? > > Thank you, > > Daniel
- Next message: david epsom dot com dot au: "Re: Empty "If Me.Recordset Is Nothing Then" clause causes runtime error 3021 (Access 2003)"
- Previous message: Steve Schapel: "Re: Access shutdown"
- In reply to: Daniel: "vertical ordering of continuous form"
- Next in thread: Daniel: "Re: vertical ordering of continuous form"
- Reply: Daniel: "Re: vertical ordering of continuous form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|