How "Enter" without deleting data in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I move between fields by using the "Enter" key and not delete the
present data. In imputting data, it is not recognised in the query. I have to
use tab to move.
There must be somewhere to control this function.
 
How do I move between fields by using the "Enter" key and not delete the
present data.

there is no reason that the Enter key will delete data in a form control,
unless there is specific code written to do that.
In imputting data, it is not recognised in the query.

don't really get what you mean by that. is your form bound to a table or
query - look at the form's RecordSource property in design view, in the
Properties box. does the property show the name of a table or query? or is
the property line blank?

hth
 

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