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

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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?
 
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
 
Sorry, forgot to answer your second question.

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

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