Does a form view displays a single record at a time?

F

fredg

Does the title for a report appear in the header?

You're subject line and you're text message are about 2 different
subjects. Which is your question?
Don't be afraid to expound a bit here in this section of the post, as
your text message is not as clear to others as it may be to you.
 
M

Marylin

I actually have couple of questions about Access 2003. Here they are:

Does Form Views displays a single record at a time?

Can you save changes that you make to a query created with the smple query
wizard?
 
D

Douglas J Steele

Forms come in 3 "flavours":

Single Form (Displays one record at a time.)
Continuous Forms (Displays as many records as will fit in the current
window, each in its own copy of the form's detail section.)
Datasheet (Displays the form fields arranged in rows and columns like a
spreadsheet)

You need to set the form's Default View, plus you may have to specify the
view when you're using DoCmd.OpenForm
 
D

Douglas J. Steele

Sorry, forgot to answer your second question.

Yes, you can change anything that any of the wizards create.
 
Top