definitions

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

Hi Does anyone know where I can get a clear concise definition of
dataforms:
Input boxes:

thanks
A
 
In Access, you won't find the term "dataforms". There is "data" and there
are "forms" and there are "forms that display data". Regarding "Input
boxes", there is an InputBox() function that you can find in Help while in a
module. "Text boxes" might be referred to as input boxes. You can find "text
box" information in Help.
 
Back
Top