Need Carriage Return after Data Entry

A

alecgreen

Hi

I have a very basic form, linked to a table called tblJobs. I am using
the form for data entry in to tblJobs and want to add a carriage
return after data is enteredm so that the cursor is in place for the
next data entry. Can anyone help please.

Thanks

Alec
 
J

John W. Vinson

Hi

I have a very basic form, linked to a table called tblJobs. I am using
the form for data entry in to tblJobs and want to add a carriage
return after data is enteredm so that the cursor is in place for the
next data entry. Can anyone help please.

Thanks

Alec

Access tables are not text files, and a "record" does not end with a carriage
return. A Continuous Form can be (and by default, will be) set up so that
after entering data into all of the controls bound to fields in tblJobs,
you'll find yourself in the first field of the blank "new record", ready to
add new data. Is this not what you're seeing? What is the "Default View"
property of the form? What is its "Cycle" property (in this case you want the
default All Records, not the Current record which will keep you on the same
record).
--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/Forums/en-US/accessdev/
http://social.answers.microsoft.com/Forums/en-US/addbuz/
and see also http://www.utteraccess.com
 

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

Top