Access Forms

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

Guest

Is there a way to work directly with the data that is being typed into a
form? I really don't want to write the data to a table to get to the users
input. I know this can be done but I am not finding any answers as to how.
Everything I have read so far has further confused me.
 
Tarot said:
Is there a way to work directly with the data that is being typed
into a form? I really don't want to write the data to a table to get
to the users input. I know this can be done but I am not finding any
answers as to how. Everything I have read so far has further confused
me.

Work with it where? In VBA code, and in queries run in the Access interface you
can individually refer to each control on the form.

Forms!FormName!ControlName
 

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